Html Css Color HEX #9D8EFF Light Slate Blue

📋 copy color: '#9D8EFF'

red 157 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #9D8EFF

Tints of Light Slate Blue #9D8EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 28.34%
G = 25.63%
B = 46.03%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D8EFF (or 0x9D8EFF) is known color: Light Slate Blue. HEX triplet: 9D, 8E and FF. RGB value is (157,142,255). Sum of RGB (Red+Green+Blue) = 157+142+255=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8EFF is #627100. Grayscale: #9E9E9E. Windows color (decimal): -6451457 or 16748189. OLE color: 16748189.

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

Color convert

RGB 157 142 255 -
CMYK 0.38 0.44 0 0
HSL 247.96º 1% 0.78% -
HSV(B) 247.96º 0.44% 1% -
XYZ 41.63 33.73 98.93 -
YUV 159.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 157 142 255 0.38 0.44 0 0 247.96 1 0.78
Hex 9D 8E FF 26 2C 0 0 F8 64 4E
Octal 235 216 377 46 54 0 0 370 144 116
Binary 10011101 10001110 11111111 100110 101100 0 0 11111000 1100100 1001110

Color Harmonies of #9D8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8EFF

Black with #9D8EFF

Text Example


Text Example

White with #9D8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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