#8475FB

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

Shades of Light Slate Blue #8475FB

Tints of Light Slate Blue #8475FB

Color information

#8475FB (or 0x8475FB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 75 and FB. RGB value is (132,117,251). Sum of RGB (Red+Green+Blue) = 132+117+251=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8475FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475FB is #7B8A04. Grayscale: #888888. Windows color (decimal): -8096261 or 16479620. OLE color: 16479620.

HSL color Cylindrical-coordinate representation of color #8475FB: hue angle of 246.72º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8475FB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132117251-
CMYK0.470.5300.02
HSL246.72º94.37%72.16%-
HSV(B)246.72º53.39%98.43%-
XYZ33.2924.5994.26-
YUV136.76192.47124.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=26.4%
G=23.4%
B=50.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321172510.470.5300.02246.7294.3772.16
Hex8475FB2F3502f75e48
Octal204165373576502367136110
Binary100001001110101111110111011111101010101111011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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