Html Css Color HEX #766AFE Light Slate Blue

📋 copy color: '#766AFE'

red 118 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #766AFE

Tints of Light Slate Blue #766AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 24.69%
G = 22.18%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#766AFE (or 0x766AFE) is known color: Light Slate Blue. HEX triplet: 76, 6A and FE. RGB value is (118,106,254). Sum of RGB (Red+Green+Blue) = 118+106+254=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #766AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AFE is #899501. Grayscale: #7D7D7D. Windows color (decimal): -9016578 or 16673398. OLE color: 16673398.

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

Color convert

RGB 118 106 254 -
CMYK 0.54 0.58 0 0.00
HSL 244.86º 0.99% 0.71% -
HSV(B) 244.86º 0.58% 1% -
XYZ 30.51 21.32 96.27 -
YUV 126.46 199.98 121.97 -
System Red Green Blue C M Y K H S L
Decimal 118 106 254 0.54 0.58 0 0.00 244.86 0.99 0.71
Hex 76 6A FE 36 3A 0 0 F5 63 47
Octal 166 152 376 66 72 0 0 365 143 107
Binary 1110110 1101010 11111110 110110 111010 0 0 11110101 1100011 1000111

Color Harmonies of #766AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AFE

Black with #766AFE

Text Example


Text Example

White with #766AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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