#8175FB

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

Shades of Light Slate Blue #8175FB

Tints of Light Slate Blue #8175FB

Color information

#8175FB (or 0x8175FB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 75 and FB. RGB value is (129,117,251). Sum of RGB (Red+Green+Blue) = 129+117+251=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #8175FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175FB is #7E8A04. Grayscale: #878787. Windows color (decimal): -8292869 or 16479617. OLE color: 16479617.

HSL color Cylindrical-coordinate representation of color #8175FB: hue angle of 245.37º 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 #8175FB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129117251-
CMYK0.490.5300.02
HSL245.37º94.37%72.16%-
HSV(B)245.37º53.39%98.43%-
XYZ32.8324.3594.24-
YUV135.86192.98123.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=25.96%
G=23.54%
B=50.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291172510.490.5300.02245.3794.3772.16
Hex8175FB313502f55e48
Octal201165373616502365136110
Binary100000011110101111110111100011101010101111010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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