Html Css Color HEX #9E83FB Light Slate Blue

📋 copy color: '#9E83FB'

red 158 ◦ green 131 ◦ blue 251

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

Shades of Light Slate Blue #9E83FB

Tints of Light Slate Blue #9E83FB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.26%

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

R = 29.26%
G = 24.26%
B = 46.48%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E83FB (or 0x9E83FB) is known color: Light Slate Blue. HEX triplet: 9E, 83 and FB. RGB value is (158,131,251). Sum of RGB (Red+Green+Blue) = 158+131+251=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E83FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83FB is #617C04. Grayscale: #989898. Windows color (decimal): -6388741 or 16483230. OLE color: 16483230.

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

Color convert

RGB 158 131 251 -
CMYK 0.37 0.48 0 0.02
HSL 253.5º 0.94% 0.75% -
HSV(B) 253.5º 0.48% 0.98% -
XYZ 39.63 30.47 95.06 -
YUV 152.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 158 131 251 0.37 0.48 0 0.02 253.5 0.94 0.75
Hex 9E 83 FB 25 30 0 2 FE 5E 4B
Octal 236 203 373 45 60 0 2 376 136 113
Binary 10011110 10000011 11111011 100101 110000 0 10 11111110 1011110 1001011

Color Harmonies of #9E83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E83FB

Black with #9E83FB

Text Example


Text Example

White with #9E83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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