Html Css Color HEX #9C8EFD Light Slate Blue

📋 copy color: '#9C8EFD'

red 156 ◦ green 142 ◦ blue 253

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

Shades of Light Slate Blue #9C8EFD

Tints of Light Slate Blue #9C8EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 28.31%
G = 25.77%
B = 45.92%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C8EFD (or 0x9C8EFD) is known color: Light Slate Blue. HEX triplet: 9C, 8E and FD. RGB value is (156,142,253). Sum of RGB (Red+Green+Blue) = 156+142+253=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EFD is #637102. Grayscale: #9E9E9E. Windows color (decimal): -6516995 or 16617116. OLE color: 16617116.

HSL color Cylindrical-coordinate representation of color #9C8EFD: hue angle of 247.57º 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 #9C8EFD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 142 253 -
CMYK 0.38 0.44 0 0.01
HSL 247.57º 0.97% 0.77% -
HSV(B) 247.57º 0.44% 0.99% -
XYZ 41.11 33.51 97.23 -
YUV 158.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 156 142 253 0.38 0.44 0 0.01 247.57 0.97 0.77
Hex 9C 8E FD 26 2C 0 1 F8 61 4D
Octal 234 216 375 46 54 0 1 370 141 115
Binary 10011100 10001110 11111101 100110 101100 0 1 11111000 1100001 1001101

Color Harmonies of #9C8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EFD

Black with #9C8EFD

Text Example


Text Example

White with #9C8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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