#8174FF

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

Shades of Light Slate Blue #8174FF

Tints of Light Slate Blue #8174FF

Color information

#8174FF (or 0x8174FF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 74 and FF. RGB value is (129,116,255). Sum of RGB (Red+Green+Blue) = 129+116+255=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #8174FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8174FF is #7E8B00. Grayscale: #878787. Windows color (decimal): -8293121 or 16741505. OLE color: 16741505.

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

Color convert

RGB129116255-
CMYK0.490.5500
HSL245.61º100%72.75%-
HSV(B)245.61º54.51%100%-
XYZ33.3524.3897.56-
YUV135.73195.31123.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 255 (100% from 255) = 51%
R=25.8%
G=23.2%
B=51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291162550.490.5500245.6110072.75
Hex8174FF313700f66449
Octal201164377616700366144111
Binary10000001111010011111111110001110111001111011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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