#8073FF

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

Shades of Light Slate Blue #8073FF

Tints of Light Slate Blue #8073FF

Color information

#8073FF (or 0x8073FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 73 and FF. RGB value is (128,115,255). Sum of RGB (Red+Green+Blue) = 128+115+255=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #8073FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073FF is #7F8C00. Grayscale: #868686. Windows color (decimal): -8358913 or 16741248. OLE color: 16741248.

HSL color Cylindrical-coordinate representation of color #8073FF: hue angle of 245.57º 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 #8073FF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128115255-
CMYK0.500.5500
HSL245.57º100%72.55%-
HSV(B)245.57º54.9%100%-
XYZ33.0824.0797.51-
YUV134.85195.81123.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 255 (100% from 255) = 51.20%
R=25.70%
G=23.09%
B=51.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281152550.500.5500245.5710072.55
Hex8073FF323700f66449
Octal200163377626700366144111
Binary10000000111001111111111110010110111001111011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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