#8475F6

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

Shades of Light Slate Blue #8475F6

Tints of Light Slate Blue #8475F6

Color information

#8475F6 (or 0x8475F6) is unknown color: approx Light Slate Blue. HEX triplet: 84, 75 and F6. RGB value is (132,117,246). Sum of RGB (Red+Green+Blue) = 132+117+246=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #8475F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475F6 is #7B8A09. Grayscale: #878787. Windows color (decimal): -8096266 or 16151940. OLE color: 16151940.

HSL color Cylindrical-coordinate representation of color #8475F6: hue angle of 246.98º 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 #8475F6 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132117246-
CMYK0.460.5200.04
HSL246.98º87.76%71.18%-
HSV(B)246.98º52.44%96.47%-
XYZ32.5124.2890.16-
YUV136.19189.97125.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 246 (96.48% from 255) = 49.70%
R=26.67%
G=23.64%
B=49.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321172460.460.5200.04246.9887.7671.18
Hex8475F62E3404f75847
Octal204165366566404367130107
Binary1000010011101011111011010111011010001001111011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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