#8072f9

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

Shades of Light Slate Blue #8072F9

Tints of Light Slate Blue #8072F9

Color information

#8072F9 (or 0x8072F9) is unknown color: approx Light Slate Blue. HEX triplet: 80, 72 and F9. RGB value is (128,114,249). Sum of RGB (Red+Green+Blue) = 128+114+249=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #8072F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8072F9 is #7F8D06. Grayscale: #858585. Windows color (decimal): -8359175 or 16347776. OLE color: 16347776.

HSL color Cylindrical-coordinate representation of color #8072F9: hue angle of 246.22º degrees, saturation: 0.92, 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 #8072F9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128114249-
CMYK0.490.5400.02
HSL246.22º91.84%71.18%-
HSV(B)246.22º54.22%97.65%-
XYZ32.0223.4692.46-
YUV133.58193.14124.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 249 (97.66% from 255) = 50.71%
R=26.07%
G=23.22%
B=50.71%

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
Decimal1281142490.490.5400.02246.2291.8471.18
Hex8072F9313602f65c47
Octal200162371616602366134107
Binary100000001110010111110011100011101100101111011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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