Html Css Color HEX #9D8EFE Light Slate Blue

📋 copy color: '#9D8EFE'

red 157 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #9D8EFE

Tints of Light Slate Blue #9D8EFE

RGB

 RED value IS 157 (61.72% from 255) = 28.39%

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 28.39%
G = 25.68%
B = 45.93%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D8EFE (or 0x9D8EFE) is known color: Light Slate Blue. HEX triplet: 9D, 8E and FE. RGB value is (157,142,254). Sum of RGB (Red+Green+Blue) = 157+142+254=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8EFE is #627101. Grayscale: #9E9E9E. Windows color (decimal): -6451458 or 16682653. OLE color: 16682653.

HSL color Cylindrical-coordinate representation of color #9D8EFE: hue angle of 248.04º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D8EFE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 142 254 -
CMYK 0.38 0.44 0 0.00
HSL 248.04º 0.98% 0.78% -
HSV(B) 248.04º 0.44% 1% -
XYZ 41.47 33.67 98.08 -
YUV 159.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 157 142 254 0.38 0.44 0 0.00 248.04 0.98 0.78
Hex 9D 8E FE 26 2C 0 0 F8 62 4E
Octal 235 216 376 46 54 0 0 370 142 116
Binary 10011101 10001110 11111110 100110 101100 0 0 11111000 1100010 1001110

Color Harmonies of #9D8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8EFE

Black with #9D8EFE

Text Example


Text Example

White with #9D8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,142,254); }

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

background-color css

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

 a { background-color: rgb(157,142,254); }

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

border-color css

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

 span { border-color: rgb(157,142,254); }

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