#9070FC

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

Shades of Light Slate Blue #9070FC

Tints of Light Slate Blue #9070FC

Color information

#9070FC (or 0x9070FC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 70 and FC. RGB value is (144,112,252). Sum of RGB (Red+Green+Blue) = 144+112+252=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #9070FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9070FC is #6F8F03. Grayscale: #898989. Windows color (decimal): -7311108 or 16543888. OLE color: 16543888.

HSL color Cylindrical-coordinate representation of color #9070FC: hue angle of 253.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9070FC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144112252-
CMYK0.430.5600.01
HSL253.71º95.89%71.37%-
HSV(B)253.71º55.56%98.82%-
XYZ34.8724.5595-
YUV137.53192.6132.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 252 (98.83% from 255) = 49.61%
R=28.35%
G=22.05%
B=49.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441122520.430.5600.01253.7195.8971.37
Hex9070FC2B3801fe6047
Octal220160374537001376140107
Binary10010000111000011111100101011111000011111111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9070FC; }

 p { color: rgb(144,112,252); }

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

<style>
 a { background-color: #9070FC; }

 a { background-color: rgb(144,112,252); }

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

<style>
 span { border-color: #9070FC; }

 span { border-color: rgb(144,112,252); }

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