#8176FF

Color #8176FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8176FF

Tints of Light Slate Blue #8176FF

Color information

#8176FF (or 0x8176FF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 76 and FF. RGB value is (129,118,255). Sum of RGB (Red+Green+Blue) = 129+118+255=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8176FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176FF is #7E8900. Grayscale: #888888. Windows color (decimal): -8292609 or 16742017. OLE color: 16742017.

HSL color Cylindrical-coordinate representation of color #8176FF: hue angle of 244.82º 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 #8176FF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129118255-
CMYK0.490.5400
HSL244.82º100%73.14%-
HSV(B)244.82º53.73%100%-
XYZ33.5824.8497.63-
YUV136.91194.64122.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 255 (100% from 255) = 50.80%
R=25.70%
G=23.51%
B=50.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291182550.490.5400244.8210073.14
Hex8176FF313600f56449
Octal201166377616600365144111
Binary10000001111011011111111110001110110001111010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8176FF;
 }
 .AnyTagClassName
 {
   color: #8176FF;
 }
</style>
background-color css

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

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

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

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

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

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