#9071FB

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

Shades of Light Slate Blue #9071FB

Tints of Light Slate Blue #9071FB

Color information

#9071FB (or 0x9071FB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 71 and FB. RGB value is (144,113,251). Sum of RGB (Red+Green+Blue) = 144+113+251=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #9071FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9071FB is #6F8E04. Grayscale: #898989. Windows color (decimal): -7310853 or 16478608. OLE color: 16478608.

HSL color Cylindrical-coordinate representation of color #9071FB: hue angle of 253.48º 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 #9071FB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144113251-
CMYK0.430.5500.02
HSL253.48º94.52%71.37%-
HSV(B)253.48º54.98%98.43%-
XYZ34.8224.794.2-
YUV138191.77132.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=28.35%
G=22.24%
B=49.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441132510.430.5500.02253.4894.5271.37
Hex9071FB2B3702fd5f47
Octal220161373536702375137107
Binary100100001110001111110111010111101110101111110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,113,251); }

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

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

 a { background-color: rgb(144,113,251); }

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

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

 span { border-color: rgb(144,113,251); }

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