#9C89FD

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

Shades of Light Slate Blue #9C89FD

Tints of Light Slate Blue #9C89FD

Color information

#9C89FD (or 0x9C89FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 89 and FD. RGB value is (156,137,253). Sum of RGB (Red+Green+Blue) = 156+137+253=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C89FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C89FD is #637602. Grayscale: #9B9B9B. Windows color (decimal): -6518275 or 16615836. OLE color: 16615836.

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

Color convert

RGB156137253-
CMYK0.380.4600.01
HSL249.83º96.67%76.47%-
HSV(B)249.83º45.85%99.22%-
XYZ40.3932.0596.99-
YUV155.9182.79128.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=28.57%
G=25.09%
B=46.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561372530.380.4600.01249.8396.6776.47
Hex9C89FD262E01fa614c
Octal234211375465601372141114
Binary100111001000100111111101100110101110011111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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