#9090FD

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

Shades of Light Slate Blue #9090FD

Tints of Light Slate Blue #9090FD

Color information

#9090FD (or 0x9090FD) is unknown color: approx Light Slate Blue. HEX triplet: 90, 90 and FD. RGB value is (144,144,253). Sum of RGB (Red+Green+Blue) = 144+144+253=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #9090FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FD is #6F6F02. Grayscale: #9B9B9B. Windows color (decimal): -7302915 or 16617616. OLE color: 16617616.

HSL color Cylindrical-coordinate representation of color #9090FD: hue angle of 240º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9090FD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144144253-
CMYK0.430.4300.01
HSL240º96.46%77.84%-
HSV(B)240º43.08%99.22%-
XYZ39.232.9797.23-
YUV156.43182.5119.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.62%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=26.62%
G=26.62%
B=46.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441442530.430.4300.0124096.4677.84
Hex9090FD2B2B01f0604e
Octal220220375535301360140116
Binary100100001001000011111101101011101011011111000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090FD; }

 p { color: rgb(144,144,253); }

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

<style>
 a { background-color: #9090FD; }

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

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

<style>
 span { border-color: #9090FD; }

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

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