Html Css Color HEX #9D8DFF Light Slate Blue

📋 copy color: '#9D8DFF'

red 157 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #9D8DFF

Tints of Light Slate Blue #9D8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

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

R = 28.39%
G = 25.5%
B = 46.11%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D8DFF (or 0x9D8DFF) is known color: Light Slate Blue. HEX triplet: 9D, 8D and FF. RGB value is (157,141,255). Sum of RGB (Red+Green+Blue) = 157+141+255=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DFF is #627200. Grayscale: #9E9E9E. Windows color (decimal): -6451713 or 16747933. OLE color: 16747933.

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

Color convert

RGB 157 141 255 -
CMYK 0.38 0.45 0 0
HSL 248.42º 1% 0.78% -
HSV(B) 248.42º 0.45% 1% -
XYZ 41.48 33.44 98.88 -
YUV 158.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 157 141 255 0.38 0.45 0 0 248.42 1 0.78
Hex 9D 8D FF 26 2D 0 0 F8 64 4E
Octal 235 215 377 46 55 0 0 370 144 116
Binary 10011101 10001101 11111111 100110 101101 0 0 11111000 1100100 1001110

Color Harmonies of #9D8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DFF

Black with #9D8DFF

Text Example


Text Example

White with #9D8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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