#8175FA

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

Shades of Light Slate Blue #8175FA

Tints of Light Slate Blue #8175FA

Color information

#8175FA (or 0x8175FA) is unknown color: approx Light Slate Blue. HEX triplet: 81, 75 and FA. RGB value is (129,117,250). Sum of RGB (Red+Green+Blue) = 129+117+250=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #8175FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175FA is #7E8A05. Grayscale: #878787. Windows color (decimal): -8292870 or 16414081. OLE color: 16414081.

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

Color convert

RGB129117250-
CMYK0.480.5300.02
HSL245.41º93.01%71.96%-
HSV(B)245.41º53.2%98.04%-
XYZ32.6724.2993.41-
YUV135.75192.48123.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=26.01%
G=23.59%
B=50.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291172500.480.5300.02245.4193.0171.96
Hex8175FA303502f55d48
Octal201165372606502365135110
Binary100000011110101111110101100001101010101111010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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