Html Css Color HEX #9E7DFB Light Slate Blue

📋 copy color: '#9E7DFB'

red 158 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #9E7DFB

Tints of Light Slate Blue #9E7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.41%

 BLUE value IS 251 (98.44% from 255) = 47%

R = 29.59%
G = 23.41%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E7DFB (or 0x9E7DFB) is known color: Light Slate Blue. HEX triplet: 9E, 7D and FB. RGB value is (158,125,251). Sum of RGB (Red+Green+Blue) = 158+125+251=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DFB is #618204. Grayscale: #949494. Windows color (decimal): -6390277 or 16481694. OLE color: 16481694.

HSL color Cylindrical-coordinate representation of color #9E7DFB: hue angle of 255.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7DFB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 125 251 -
CMYK 0.37 0.50 0 0.02
HSL 255.71º 0.94% 0.74% -
HSV(B) 255.71º 0.5% 0.98% -
XYZ 38.85 28.9 94.8 -
YUV 149.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 158 125 251 0.37 0.50 0 0.02 255.71 0.94 0.74
Hex 9E 7D FB 25 32 0 2 100 5E 4A
Octal 236 175 373 45 62 0 2 400 136 112
Binary 10011110 1111101 11111011 100101 110010 0 10 100000000 1011110 1001010

Color Harmonies of #9E7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DFB

Black with #9E7DFB

Text Example


Text Example

White with #9E7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,251); }

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

background-color css

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

 a { background-color: rgb(158,125,251); }

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

border-color css

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

 span { border-color: rgb(158,125,251); }

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