Html Css Color HEX #757CFE Light Slate Blue

📋 copy color: '#757CFE'

red 117 ◦ green 124 ◦ blue 254

#757CFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #757CFE

Tints of Light Slate Blue #757CFE

RGB

 RED value IS 117 (46.09% from 255) = 23.64%

 GREEN value IS 124 (48.83% from 255) = 25.05%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 23.64%
G = 25.05%
B = 51.31%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#757CFE (or 0x757CFE) is known color: Light Slate Blue. HEX triplet: 75, 7C and FE. RGB value is (117,124,254). Sum of RGB (Red+Green+Blue) = 117+124+254=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #757CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFE is #8A8301. Grayscale: #888888. Windows color (decimal): -9077506 or 16678005. OLE color: 16678005.

HSL color Cylindrical-coordinate representation of color #757CFE: hue angle of 236.93º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757CFE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 124 254 -
CMYK 0.54 0.51 0 0.00
HSL 236.93º 0.99% 0.73% -
HSV(B) 236.93º 0.54% 1% -
XYZ 32.43 25.35 96.95 -
YUV 136.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 117 124 254 0.54 0.51 0 0.00 236.93 0.99 0.73
Hex 75 7C FE 36 33 0 0 ED 63 49
Octal 165 174 376 66 63 0 0 355 143 111
Binary 1110101 1111100 11111110 110110 110011 0 0 11101101 1100011 1001001

Color Harmonies of #757CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CFE

Black with #757CFE

Text Example


Text Example

White with #757CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757CFE; }

 p { color: rgb(117,124,254); }

 H1.HeaderClassName
 {
   color: #757CFE;
 }
 .AnyTagClassName
 {
   color: #757CFE;
 }
</style>

background-color css

<style>
 a { background-color: #757CFE; }

 a { background-color: rgb(117,124,254); }

 div.DivClassName
 {
   background-color: #757CFE;
 }
 .BgClassName
 {
   background-color: #757CFE;
 }
</style>

border-color css

<style>
 span { border-color: #757CFE; }

 span { border-color: rgb(117,124,254); }

 td.TdClassName
 {
   border-color: #757CFE;
 }
 .TagClassName
 {
   border-color: #757CFE;
 }
</style>