Html Css Color HEX #766BFE Light Slate Blue

📋 copy color: '#766BFE'

red 118 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #766BFE

Tints of Light Slate Blue #766BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 24.63%
G = 22.34%
B = 53.03%

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

#766BFE (or 0x766BFE) is known color: Light Slate Blue. HEX triplet: 76, 6B and FE. RGB value is (118,107,254). Sum of RGB (Red+Green+Blue) = 118+107+254=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #766BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFE is #899401. Grayscale: #7E7E7E. Windows color (decimal): -9016322 or 16673654. OLE color: 16673654.

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

Color convert

RGB 118 107 254 -
CMYK 0.54 0.58 0 0.00
HSL 244.49º 0.99% 0.71% -
HSV(B) 244.49º 0.58% 1% -
XYZ 30.62 21.52 96.31 -
YUV 127.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 118 107 254 0.54 0.58 0 0.00 244.49 0.99 0.71
Hex 76 6B FE 36 3A 0 0 F4 63 47
Octal 166 153 376 66 72 0 0 364 143 107
Binary 1110110 1101011 11111110 110110 111010 0 0 11110100 1100011 1000111

Color Harmonies of #766BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BFE

Black with #766BFE

Text Example


Text Example

White with #766BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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