Html Css Color HEX #757EFE Light Slate Blue

📋 copy color: '#757EFE'

red 117 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #757EFE

Tints of Light Slate Blue #757EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

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

R = 23.54%
G = 25.35%
B = 51.11%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#757EFE (or 0x757EFE) is known color: Light Slate Blue. HEX triplet: 75, 7E and FE. RGB value is (117,126,254). Sum of RGB (Red+Green+Blue) = 117+126+254=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #757EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EFE is #8A8101. Grayscale: #898989. Windows color (decimal): -9076994 or 16678517. OLE color: 16678517.

HSL color Cylindrical-coordinate representation of color #757EFE: hue angle of 236.06º 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 #757EFE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 126 254 -
CMYK 0.54 0.50 0 0.00
HSL 236.06º 0.99% 0.73% -
HSV(B) 236.06º 0.54% 1% -
XYZ 32.69 25.86 97.03 -
YUV 137.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 117 126 254 0.54 0.50 0 0.00 236.06 0.99 0.73
Hex 75 7E FE 36 32 0 0 EC 63 49
Octal 165 176 376 66 62 0 0 354 143 111
Binary 1110101 1111110 11111110 110110 110010 0 0 11101100 1100011 1001001

Color Harmonies of #757EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EFE

Black with #757EFE

Text Example


Text Example

White with #757EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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