Html Css Color HEX #9E6DFB Light Slate Blue

📋 copy color: '#9E6DFB'

red 158 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #9E6DFB

Tints of Light Slate Blue #9E6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 30.5%
G = 21.04%
B = 48.46%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E6DFB (or 0x9E6DFB) is known color: Light Slate Blue. HEX triplet: 9E, 6D and FB. RGB value is (158,109,251). Sum of RGB (Red+Green+Blue) = 158+109+251=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DFB is #619204. Grayscale: #8B8B8B. Windows color (decimal): -6394373 or 16477598. OLE color: 16477598.

HSL color Cylindrical-coordinate representation of color #9E6DFB: hue angle of 260.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E6DFB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 109 251 -
CMYK 0.37 0.57 0 0.02
HSL 260.7º 0.95% 0.71% -
HSV(B) 260.7º 0.57% 0.98% -
XYZ 36.98 25.17 94.18 -
YUV 139.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 158 109 251 0.37 0.57 0 0.02 260.7 0.95 0.71
Hex 9E 6D FB 25 39 0 2 105 5F 47
Octal 236 155 373 45 71 0 2 405 137 107
Binary 10011110 1101101 11111011 100101 111001 0 10 100000101 1011111 1000111

Color Harmonies of #9E6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DFB

Black with #9E6DFB

Text Example


Text Example

White with #9E6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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