Html Css Color HEX #9C8EF9 Light Slate Blue

📋 copy color: '#9C8EF9'

red 156 ◦ green 142 ◦ blue 249

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

Shades of Light Slate Blue #9C8EF9

Tints of Light Slate Blue #9C8EF9

RGB

 RED value IS 156 (61.33% from 255) = 28.52%

 GREEN value IS 142 (55.86% from 255) = 25.96%

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 28.52%
G = 25.96%
B = 45.52%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C8EF9 (or 0x9C8EF9) is known color: Light Slate Blue. HEX triplet: 9C, 8E and F9. RGB value is (156,142,249). Sum of RGB (Red+Green+Blue) = 156+142+249=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C8EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EF9 is #637106. Grayscale: #9D9D9D. Windows color (decimal): -6516999 or 16354972. OLE color: 16354972.

HSL color Cylindrical-coordinate representation of color #9C8EF9: hue angle of 247.85º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8EF9 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 142 249 -
CMYK 0.37 0.43 0 0.02
HSL 247.85º 0.9% 0.77% -
HSV(B) 247.85º 0.43% 0.98% -
XYZ 40.48 33.25 93.91 -
YUV 158.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 156 142 249 0.37 0.43 0 0.02 247.85 0.9 0.77
Hex 9C 8E F9 25 2B 0 2 F8 5A 4D
Octal 234 216 371 45 53 0 2 370 132 115
Binary 10011100 10001110 11111001 100101 101011 0 10 11111000 1011010 1001101

Color Harmonies of #9C8EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EF9

Black with #9C8EF9

Text Example


Text Example

White with #9C8EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,142,249); }

 H1.HeaderClassName
 {
   color: #9C8EF9;
 }
 .AnyTagClassName
 {
   color: #9C8EF9;
 }
</style>

background-color css

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

 a { background-color: rgb(156,142,249); }

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

border-color css

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

 span { border-color: rgb(156,142,249); }

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