#9D90FD

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

Shades of Light Slate Blue #9D90FD

Tints of Light Slate Blue #9D90FD

Color information

#9D90FD (or 0x9D90FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 90 and FD. RGB value is (157,144,253). Sum of RGB (Red+Green+Blue) = 157+144+253=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D90FD is #626F02. Grayscale: #9F9F9F. Windows color (decimal): -6450947 or 16617629. OLE color: 16617629.

HSL color Cylindrical-coordinate representation of color #9D90FD: hue angle of 247.16º 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 #9D90FD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157144253-
CMYK0.380.4300.01
HSL247.16º96.46%77.84%-
HSV(B)247.16º43.08%99.22%-
XYZ41.6134.2197.34-
YUV160.31180.31125.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.34%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=28.34%
G=25.99%
B=45.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571442530.380.4300.01247.1696.4677.84
Hex9D90FD262B01f7604e
Octal235220375465301367140116
Binary100111011001000011111101100110101011011111011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D90FD; }

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

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

<style>
 a { background-color: #9D90FD; }

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

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

<style>
 span { border-color: #9D90FD; }

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

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