#9058F9

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

Shades of Light Slate Blue #9058F9

Tints of Light Slate Blue #9058F9

Color information

#9058F9 (or 0x9058F9) is unknown color: approx Light Slate Blue. HEX triplet: 90, 58 and F9. RGB value is (144,88,249). Sum of RGB (Red+Green+Blue) = 144+88+249=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #9058F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058F9 is #6FA706. Grayscale: #7A7A7A. Windows color (decimal): -7317255 or 16341136. OLE color: 16341136.

HSL color Cylindrical-coordinate representation of color #9058F9: hue angle of 260.87º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9058F9 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14488249-
CMYK0.420.6500.02
HSL260.87º93.06%66.08%-
HSV(B)260.87º64.66%97.65%-
XYZ32.0919.7591.74-
YUV123.1199.05142.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=29.94%
G=18.30%
B=51.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144882490.420.6500.02260.8793.0666.08
Hex9058F92A41021055d42
Octal2201303715210102405135102
Binary10010000101100011111001101010100000101010000010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9058F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9058F9; }

 p { color: rgb(144,88,249); }

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

<style>
 a { background-color: #9058F9; }

 a { background-color: rgb(144,88,249); }

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

<style>
 span { border-color: #9058F9; }

 span { border-color: rgb(144,88,249); }

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