#8072FA

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

Shades of Light Slate Blue #8072FA

Tints of Light Slate Blue #8072FA

Color information

#8072FA (or 0x8072FA) is unknown color: approx Light Slate Blue. HEX triplet: 80, 72 and FA. RGB value is (128,114,250). Sum of RGB (Red+Green+Blue) = 128+114+250=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #8072FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8072FA is #7F8D05. Grayscale: #858585. Windows color (decimal): -8359174 or 16413312. OLE color: 16413312.

HSL color Cylindrical-coordinate representation of color #8072FA: hue angle of 246.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8072FA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128114250-
CMYK0.490.5400.02
HSL246.18º93.15%71.37%-
HSV(B)246.18º54.4%98.04%-
XYZ32.1723.5393.29-
YUV133.69193.64123.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 250 (98.05% from 255) = 50.81%
R=26.02%
G=23.17%
B=50.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281142500.490.5400.02246.1893.1571.37
Hex8072FA313602f65d47
Octal200162372616602366135107
Binary100000001110010111110101100011101100101111011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,114,250); }

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

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

 a { background-color: rgb(128,114,250); }

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

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

 span { border-color: rgb(128,114,250); }

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