Html Css Color HEX #766EFF Light Slate Blue

📋 copy color: '#766EFF'

red 118 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #766EFF

Tints of Light Slate Blue #766EFF

RGB

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

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

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

R = 24.43%
G = 22.77%
B = 52.8%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#766EFF (or 0x766EFF) is known color: Light Slate Blue. HEX triplet: 76, 6E and FF. RGB value is (118,110,255). Sum of RGB (Red+Green+Blue) = 118+110+255=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #766EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EFF is #899100. Grayscale: #808080. Windows color (decimal): -9015553 or 16739958. OLE color: 16739958.

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

Color convert

RGB 118 110 255 -
CMYK 0.54 0.57 0 0
HSL 243.31º 1% 0.72% -
HSV(B) 243.31º 0.57% 1% -
XYZ 31.1 22.22 97.26 -
YUV 128.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 118 110 255 0.54 0.57 0 0 243.31 1 0.72
Hex 76 6E FF 36 39 0 0 F3 64 48
Octal 166 156 377 66 71 0 0 363 144 110
Binary 1110110 1101110 11111111 110110 111001 0 0 11110011 1100100 1001000

Color Harmonies of #766EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EFF

Black with #766EFF

Text Example


Text Example

White with #766EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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