Html Css Color HEX #9E71FB Light Slate Blue

📋 copy color: '#9E71FB'

red 158 ◦ green 113 ◦ blue 251

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

Shades of Light Slate Blue #9E71FB

Tints of Light Slate Blue #9E71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

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

R = 30.27%
G = 21.65%
B = 48.08%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E71FB (or 0x9E71FB) is known color: Light Slate Blue. HEX triplet: 9E, 71 and FB. RGB value is (158,113,251). Sum of RGB (Red+Green+Blue) = 158+113+251=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E71FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E71FB is #618E04. Grayscale: #8D8D8D. Windows color (decimal): -6393349 or 16478622. OLE color: 16478622.

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

Color convert

RGB 158 113 251 -
CMYK 0.37 0.55 0 0.02
HSL 259.57º 0.95% 0.71% -
HSV(B) 259.57º 0.55% 0.98% -
XYZ 37.42 26.04 94.32 -
YUV 142.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 158 113 251 0.37 0.55 0 0.02 259.57 0.95 0.71
Hex 9E 71 FB 25 37 0 2 104 5F 47
Octal 236 161 373 45 67 0 2 404 137 107
Binary 10011110 1110001 11111011 100101 110111 0 10 100000100 1011111 1000111

Color Harmonies of #9E71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71FB

Black with #9E71FB

Text Example


Text Example

White with #9E71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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