Html Css Color HEX #9E7BFB Light Slate Blue

📋 copy color: '#9E7BFB'

red 158 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #9E7BFB

Tints of Light Slate Blue #9E7BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 29.7%
G = 23.12%
B = 47.18%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E7BFB (or 0x9E7BFB) is known color: Light Slate Blue. HEX triplet: 9E, 7B and FB. RGB value is (158,123,251). Sum of RGB (Red+Green+Blue) = 158+123+251=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BFB is #618404. Grayscale: #939393. Windows color (decimal): -6390789 or 16481182. OLE color: 16481182.

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

Color convert

RGB 158 123 251 -
CMYK 0.37 0.51 0 0.02
HSL 256.41º 0.94% 0.73% -
HSV(B) 256.41º 0.51% 0.98% -
XYZ 38.6 28.4 94.71 -
YUV 148.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 158 123 251 0.37 0.51 0 0.02 256.41 0.94 0.73
Hex 9E 7B FB 25 33 0 2 100 5E 49
Octal 236 173 373 45 63 0 2 400 136 111
Binary 10011110 1111011 11111011 100101 110011 0 10 100000000 1011110 1001001

Color Harmonies of #9E7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BFB

Black with #9E7BFB

Text Example


Text Example

White with #9E7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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