#9076F4

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

Shades of Light Slate Blue #9076F4

Tints of Light Slate Blue #9076F4

Color information

#9076F4 (or 0x9076F4) is unknown color: approx Light Slate Blue. HEX triplet: 90, 76 and F4. RGB value is (144,118,244). Sum of RGB (Red+Green+Blue) = 144+118+244=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #9076F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076F4 is #6F890B. Grayscale: #8B8B8B. Windows color (decimal): -7309580 or 16021136. OLE color: 16021136.

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

Color convert

RGB144118244-
CMYK0.410.5200.04
HSL252.38º85.14%70.98%-
HSV(B)252.38º51.64%95.69%-
XYZ34.3125.4288.69-
YUV140.14186.61130.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 244 (95.70% from 255) = 48.22%
R=28.46%
G=23.32%
B=48.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1441182440.410.5200.04252.3885.1470.98
Hex9076F4293404fc5547
Octal220166364516404374125107
Binary1001000011101101111010010100111010001001111110010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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