Html Css Color HEX #9E8BFD Light Slate Blue

📋 copy color: '#9E8BFD'

red 158 ◦ green 139 ◦ blue 253

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

Shades of Light Slate Blue #9E8BFD

Tints of Light Slate Blue #9E8BFD

RGB

 RED value IS 158 (62.11% from 255) = 28.73%

 GREEN value IS 139 (54.69% from 255) = 25.27%

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

R = 28.73%
G = 25.27%
B = 46%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E8BFD (or 0x9E8BFD) is known color: Light Slate Blue. HEX triplet: 9E, 8B and FD. RGB value is (158,139,253). Sum of RGB (Red+Green+Blue) = 158+139+253=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BFD is #617402. Grayscale: #9D9D9D. Windows color (decimal): -6386691 or 16616350. OLE color: 16616350.

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

Color convert

RGB 158 139 253 -
CMYK 0.38 0.45 0 0.01
HSL 250º 0.97% 0.77% -
HSV(B) 250º 0.45% 0.99% -
XYZ 41.06 32.83 97.1 -
YUV 157.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 158 139 253 0.38 0.45 0 0.01 250 0.97 0.77
Hex 9E 8B FD 26 2D 0 1 FA 61 4D
Octal 236 213 375 46 55 0 1 372 141 115
Binary 10011110 10001011 11111101 100110 101101 0 1 11111010 1100001 1001101

Color Harmonies of #9E8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8BFD

Black with #9E8BFD

Text Example


Text Example

White with #9E8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,139,253); }

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

background-color css

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

 a { background-color: rgb(158,139,253); }

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

border-color css

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

 span { border-color: rgb(158,139,253); }

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