Html Css Color HEX #9D8FFE Light Slate Blue

📋 copy color: '#9D8FFE'

red 157 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #9D8FFE

Tints of Light Slate Blue #9D8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

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

R = 28.34%
G = 25.81%
B = 45.85%

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

#9D8FFE (or 0x9D8FFE) is known color: Light Slate Blue. HEX triplet: 9D, 8F and FE. RGB value is (157,143,254). Sum of RGB (Red+Green+Blue) = 157+143+254=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8FFE is #627001. Grayscale: #9F9F9F. Windows color (decimal): -6451202 or 16682909. OLE color: 16682909.

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

Color convert

RGB 157 143 254 -
CMYK 0.38 0.44 0 0.00
HSL 247.57º 0.98% 0.78% -
HSV(B) 247.57º 0.44% 1% -
XYZ 41.62 33.97 98.13 -
YUV 159.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 157 143 254 0.38 0.44 0 0.00 247.57 0.98 0.78
Hex 9D 8F FE 26 2C 0 0 F8 62 4E
Octal 235 217 376 46 54 0 0 370 142 116
Binary 10011101 10001111 11111110 100110 101100 0 0 11111000 1100010 1001110

Color Harmonies of #9D8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8FFE

Black with #9D8FFE

Text Example


Text Example

White with #9D8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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