#9C8DFD

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

Shades of Light Slate Blue #9C8DFD

Tints of Light Slate Blue #9C8DFD

Color information

#9C8DFD (or 0x9C8DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 8D and FD. RGB value is (156,141,253). Sum of RGB (Red+Green+Blue) = 156+141+253=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8DFD is #637202. Grayscale: #9D9D9D. Windows color (decimal): -6517251 or 16616860. OLE color: 16616860.

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

Color convert

RGB156141253-
CMYK0.380.4400.01
HSL248.04º96.55%77.25%-
HSV(B)248.04º44.27%99.22%-
XYZ40.9633.2197.18-
YUV158.25181.47126.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 253 (99.22% from 255) = 46%
R=28.36%
G=25.64%
B=46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561412530.380.4400.01248.0496.5577.25
Hex9C8DFD262C01f8614d
Octal234215375465401370141115
Binary100111001000110111111101100110101100011111100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,253); }

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

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

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

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

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

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

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