#9C89FA

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

Shades of Light Slate Blue #9C89FA

Tints of Light Slate Blue #9C89FA

Color information

#9C89FA (or 0x9C89FA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 89 and FA. RGB value is (156,137,250). Sum of RGB (Red+Green+Blue) = 156+137+250=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C89FA is #637605. Grayscale: #9B9B9B. Windows color (decimal): -6518278 or 16419228. OLE color: 16419228.

HSL color Cylindrical-coordinate representation of color #9C89FA: hue angle of 250.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C89FA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156137250-
CMYK0.380.4500.02
HSL250.09º91.87%75.88%-
HSV(B)250.09º45.2%98.04%-
XYZ39.9131.8694.49-
YUV155.56181.29128.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.73%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=28.73%
G=25.23%
B=46.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561372500.380.4500.02250.0991.8775.88
Hex9C89FA262D02fa5c4c
Octal234211372465502372134114
Binary1001110010001001111110101001101011010101111101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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