#9060FE

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

Shades of Light Slate Blue #9060FE

Tints of Light Slate Blue #9060FE

Color information

#9060FE (or 0x9060FE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 60 and FE. RGB value is (144,96,254). Sum of RGB (Red+Green+Blue) = 144+96+254=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #9060FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060FE is #6F9F01. Grayscale: #7F7F7F. Windows color (decimal): -7315202 or 16670864. OLE color: 16670864.

HSL color Cylindrical-coordinate representation of color #9060FE: hue angle of 258.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9060FE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14496254-
CMYK0.430.6200.00
HSL258.23º98.75%68.63%-
HSV(B)258.23º62.2%99.61%-
XYZ33.5721.4596.14-
YUV128.36198.9139.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=29.15%
G=19.43%
B=51.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal144962540.430.6200.00258.2398.7568.63
Hex9060FE2B3E001026345
Octal220140376537600402143105
Binary100100001100000111111101010111111100010000001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9060FE; }

 p { color: rgb(144,96,254); }

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

<style>
 a { background-color: #9060FE; }

 a { background-color: rgb(144,96,254); }

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

<style>
 span { border-color: #9060FE; }

 span { border-color: rgb(144,96,254); }

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