Html Css Color HEX #766EFE Light Slate Blue

📋 copy color: '#766EFE'

red 118 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #766EFE

Tints of Light Slate Blue #766EFE

RGB

 RED value IS 118 (46.48% from 255) = 24.48%

 GREEN value IS 110 (43.36% from 255) = 22.82%

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

R = 24.48%
G = 22.82%
B = 52.7%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#766EFE (or 0x766EFE) is known color: Light Slate Blue. HEX triplet: 76, 6E and FE. RGB value is (118,110,254). Sum of RGB (Red+Green+Blue) = 118+110+254=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #766EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EFE is #899101. Grayscale: #808080. Windows color (decimal): -9015554 or 16674422. OLE color: 16674422.

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

Color convert

RGB 118 110 254 -
CMYK 0.54 0.57 0 0.00
HSL 243.33º 0.99% 0.71% -
HSV(B) 243.33º 0.57% 1% -
XYZ 30.94 22.16 96.41 -
YUV 128.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 118 110 254 0.54 0.57 0 0.00 243.33 0.99 0.71
Hex 76 6E FE 36 39 0 0 F3 63 47
Octal 166 156 376 66 71 0 0 363 143 107
Binary 1110110 1101110 11111110 110110 111001 0 0 11110011 1100011 1000111

Color Harmonies of #766EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EFE

Black with #766EFE

Text Example


Text Example

White with #766EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,254); }

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

background-color css

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

 a { background-color: rgb(118,110,254); }

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

border-color css

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

 span { border-color: rgb(118,110,254); }

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