#9D94FD

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

Shades of Light Slate Blue #9D94FD

Tints of Light Slate Blue #9D94FD

Color information

#9D94FD (or 0x9D94FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 94 and FD. RGB value is (157,148,253). Sum of RGB (Red+Green+Blue) = 157+148+253=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D94FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D94FD is #626B02. Grayscale: #A2A2A2. Windows color (decimal): -6449923 or 16618653. OLE color: 16618653.

HSL color Cylindrical-coordinate representation of color #9D94FD: hue angle of 245.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D94FD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157148253-
CMYK0.380.4200.01
HSL245.14º96.33%78.63%-
HSV(B)245.14º41.5%99.22%-
XYZ42.2235.4497.54-
YUV162.66178.98123.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.14%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=28.14%
G=26.52%
B=45.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571482530.380.4200.01245.1496.3378.63
Hex9D94FD262A01f5604f
Octal235224375465201365140117
Binary100111011001010011111101100110101010011111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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