#8070FB

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

Shades of Light Slate Blue #8070FB

Tints of Light Slate Blue #8070FB

Color information

#8070FB (or 0x8070FB) is unknown color: approx Light Slate Blue. HEX triplet: 80, 70 and FB. RGB value is (128,112,251). Sum of RGB (Red+Green+Blue) = 128+112+251=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #8070FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070FB is #7F8F04. Grayscale: #848484. Windows color (decimal): -8359685 or 16478336. OLE color: 16478336.

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

Color convert

RGB128112251-
CMYK0.490.5500.02
HSL246.91º94.56%71.18%-
HSV(B)246.91º55.38%98.43%-
XYZ32.1123.1494.04-
YUV132.63194.8124.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=26.07%
G=22.81%
B=51.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281122510.490.5500.02246.9194.5671.18
Hex8070FB313702f75f47
Octal200160373616702367137107
Binary100000001110000111110111100011101110101111011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8070FB; }

 p { color: rgb(128,112,251); }

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

<style>
 a { background-color: #8070FB; }

 a { background-color: rgb(128,112,251); }

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

<style>
 span { border-color: #8070FB; }

 span { border-color: rgb(128,112,251); }

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