#9079F4

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

Shades of Light Slate Blue #9079F4

Tints of Light Slate Blue #9079F4

Color information

#9079F4 (or 0x9079F4) is unknown color: approx Light Slate Blue. HEX triplet: 90, 79 and F4. RGB value is (144,121,244). Sum of RGB (Red+Green+Blue) = 144+121+244=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #9079F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079F4 is #6F860B. Grayscale: #8D8D8D. Windows color (decimal): -7308812 or 16021904. OLE color: 16021904.

HSL color Cylindrical-coordinate representation of color #9079F4: hue angle of 251.22º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9079F4 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144121244-
CMYK0.410.5000.04
HSL251.22º84.83%71.57%-
HSV(B)251.22º50.41%95.69%-
XYZ34.6726.1488.81-
YUV141.9185.62129.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=28.29%
G=23.77%
B=47.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441212440.410.5000.04251.2284.8371.57
Hex9079F4293204fb5548
Octal220171364516204373125110
Binary1001000011110011111010010100111001001001111101110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9079F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9079F4; }

 p { color: rgb(144,121,244); }

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

<style>
 a { background-color: #9079F4; }

 a { background-color: rgb(144,121,244); }

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

<style>
 span { border-color: #9079F4; }

 span { border-color: rgb(144,121,244); }

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