#8373FF

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

Shades of Light Slate Blue #8373FF

Tints of Light Slate Blue #8373FF

Color information

#8373FF (or 0x8373FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 73 and FF. RGB value is (131,115,255). Sum of RGB (Red+Green+Blue) = 131+115+255=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #8373FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373FF is #7C8C00. Grayscale: #878787. Windows color (decimal): -8162305 or 16741251. OLE color: 16741251.

HSL color Cylindrical-coordinate representation of color #8373FF: hue angle of 246.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8373FF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131115255-
CMYK0.490.5500
HSL246.86º100%72.55%-
HSV(B)246.86º54.9%100%-
XYZ33.5424.3197.53-
YUV135.74195.3124.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 255 (100% from 255) = 50.90%
R=26.15%
G=22.95%
B=50.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311152550.490.5500246.8610072.55
Hex8373FF313700f76449
Octal203163377616700367144111
Binary10000011111001111111111110001110111001111011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8373FF; }

 p { color: rgb(131,115,255); }

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

<style>
 a { background-color: #8373FF; }

 a { background-color: rgb(131,115,255); }

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

<style>
 span { border-color: #8373FF; }

 span { border-color: rgb(131,115,255); }

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