Html Css Color HEX #8776FF Light Slate Blue

📋 copy color: '#8776FF'

red 135 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #8776FF

Tints of Light Slate Blue #8776FF

RGB

 RED value IS 135 (53.13% from 255) = 26.57%

 GREEN value IS 118 (46.48% from 255) = 23.23%

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

R = 26.57%
G = 23.23%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8776FF (or 0x8776FF) is known color: Light Slate Blue. HEX triplet: 87, 76 and FF. RGB value is (135,118,255). Sum of RGB (Red+Green+Blue) = 135+118+255=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #8776FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8776FF is #788900. Grayscale: #8A8A8A. Windows color (decimal): -7899393 or 16742023. OLE color: 16742023.

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

Color convert

RGB 135 118 255 -
CMYK 0.47 0.54 0 0
HSL 247.45º 1% 0.73% -
HSV(B) 247.45º 0.54% 1% -
XYZ 34.52 25.33 97.68 -
YUV 138.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 135 118 255 0.47 0.54 0 0 247.45 1 0.73
Hex 87 76 FF 2F 36 0 0 F7 64 49
Octal 207 166 377 57 66 0 0 367 144 111
Binary 10000111 1110110 11111111 101111 110110 0 0 11110111 1100100 1001001

Color Harmonies of #8776FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8776FF

Black with #8776FF

Text Example


Text Example

White with #8776FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8776FF; }

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

 H1.HeaderClassName
 {
   color: #8776FF;
 }
 .AnyTagClassName
 {
   color: #8776FF;
 }
</style>

background-color css

<style>
 a { background-color: #8776FF; }

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

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

border-color css

<style>
 span { border-color: #8776FF; }

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

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