Html Css Color HEX #9C89FA Light Slate Blue

📋 copy color: '#9C89FA'

red 156 ◦ green 137 ◦ blue 250

#9C89FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9C89FA

Tints of Light Slate Blue #9C89FA

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 value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C89FA (or 0x9C89FA) is known color: 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

RGB 156 137 250 -
CMYK 0.38 0.45 0 0.02
HSL 250.09º 0.92% 0.76% -
HSV(B) 250.09º 0.45% 0.98% -
XYZ 39.91 31.86 94.49 -
YUV 155.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 156 137 250 0.38 0.45 0 0.02 250.09 0.92 0.76
Hex 9C 89 FA 26 2D 0 2 FA 5C 4C
Octal 234 211 372 46 55 0 2 372 134 114
Binary 10011100 10001001 11111010 100110 101101 0 10 11111010 1011100 1001100

Color Harmonies of #9C89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C89FA

Black with #9C89FA

Text Example


Text Example

White with #9C89FA

Text Example


Text Example

HTML Codes & Css Web 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>