Html Css Color HEX #766BFF Light Slate Blue

📋 copy color: '#766BFF'

red 118 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #766BFF

Tints of Light Slate Blue #766BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 24.58%
G = 22.29%
B = 53.13%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#766BFF (or 0x766BFF) is known color: Light Slate Blue. HEX triplet: 76, 6B and FF. RGB value is (118,107,255). Sum of RGB (Red+Green+Blue) = 118+107+255=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #766BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFF is #899400. Grayscale: #7E7E7E. Windows color (decimal): -9016321 or 16739190. OLE color: 16739190.

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

Color convert

RGB 118 107 255 -
CMYK 0.54 0.58 0 0
HSL 244.46º 1% 0.71% -
HSV(B) 244.46º 0.58% 1% -
XYZ 30.78 21.59 97.15 -
YUV 127.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 118 107 255 0.54 0.58 0 0 244.46 1 0.71
Hex 76 6B FF 36 3A 0 0 F4 64 47
Octal 166 153 377 66 72 0 0 364 144 107
Binary 1110110 1101011 11111111 110110 111010 0 0 11110100 1100100 1000111

Color Harmonies of #766BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BFF

Black with #766BFF

Text Example


Text Example

White with #766BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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