#9060FB

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

Shades of Light Slate Blue #9060FB

Tints of Light Slate Blue #9060FB

Color information

#9060FB (or 0x9060FB) is unknown color: approx Light Slate Blue. HEX triplet: 90, 60 and FB. RGB value is (144,96,251). Sum of RGB (Red+Green+Blue) = 144+96+251=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #9060FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060FB is #6F9F04. Grayscale: #7F7F7F. Windows color (decimal): -7315205 or 16474256. OLE color: 16474256.

HSL color Cylindrical-coordinate representation of color #9060FB: hue angle of 258.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9060FB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14496251-
CMYK0.430.6200.02
HSL258.58º95.09%68.04%-
HSV(B)258.58º61.75%98.43%-
XYZ33.121.2693.63-
YUV128.02197.4139.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=29.33%
G=19.55%
B=51.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144962510.430.6200.02258.5895.0968.04
Hex9060FB2B3E021035f44
Octal220140373537602403137104
Binary1001000011000001111101110101111111001010000001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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