#8175F6

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

Shades of Light Slate Blue #8175F6

Tints of Light Slate Blue #8175F6

Color information

#8175F6 (or 0x8175F6) is unknown color: approx Light Slate Blue. HEX triplet: 81, 75 and F6. RGB value is (129,117,246). Sum of RGB (Red+Green+Blue) = 129+117+246=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #8175F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175F6 is #7E8A09. Grayscale: #868686. Windows color (decimal): -8292874 or 16151937. OLE color: 16151937.

HSL color Cylindrical-coordinate representation of color #8175F6: hue angle of 245.58º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8175F6 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129117246-
CMYK0.480.5200.04
HSL245.58º87.76%71.18%-
HSV(B)245.58º52.44%96.47%-
XYZ32.0524.0490.14-
YUV135.29190.48123.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 246 (96.48% from 255) = 50%
R=26.22%
G=23.78%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291172460.480.5200.04245.5887.7671.18
Hex8175F6303404f65847
Octal201165366606404366130107
Binary1000000111101011111011011000011010001001111011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8175F6; }

 p { color: rgb(129,117,246); }

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

<style>
 a { background-color: #8175F6; }

 a { background-color: rgb(129,117,246); }

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

<style>
 span { border-color: #8175F6; }

 span { border-color: rgb(129,117,246); }

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