Html Css Color HEX #766EFB Light Slate Blue

📋 copy color: '#766EFB'

red 118 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #766EFB

Tints of Light Slate Blue #766EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 24.63%
G = 22.96%
B = 52.4%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#766EFB (or 0x766EFB) is known color: Light Slate Blue. HEX triplet: 76, 6E and FB. RGB value is (118,110,251). Sum of RGB (Red+Green+Blue) = 118+110+251=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #766EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EFB is #899104. Grayscale: #7F7F7F. Windows color (decimal): -9015557 or 16477814. OLE color: 16477814.

HSL color Cylindrical-coordinate representation of color #766EFB: hue angle of 243.4º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766EFB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 110 251 -
CMYK 0.53 0.56 0 0.02
HSL 243.4º 0.95% 0.71% -
HSV(B) 243.4º 0.56% 0.98% -
XYZ 30.46 21.97 93.9 -
YUV 128.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 118 110 251 0.53 0.56 0 0.02 243.4 0.95 0.71
Hex 76 6E FB 35 38 0 2 F3 5F 47
Octal 166 156 373 65 70 0 2 363 137 107
Binary 1110110 1101110 11111011 110101 111000 0 10 11110011 1011111 1000111

Color Harmonies of #766EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EFB

Black with #766EFB

Text Example


Text Example

White with #766EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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