Html Css Color HEX #9E84F6 Light Slate Blue

📋 copy color: '#9E84F6'

red 158 ◦ green 132 ◦ blue 246

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

Shades of Light Slate Blue #9E84F6

Tints of Light Slate Blue #9E84F6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.63%

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 29.48%
G = 24.63%
B = 45.9%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9E84F6 (or 0x9E84F6) is known color: Light Slate Blue. HEX triplet: 9E, 84 and F6. RGB value is (158,132,246). Sum of RGB (Red+Green+Blue) = 158+132+246=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E84F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84F6 is #617B09. Grayscale: #989898. Windows color (decimal): -6388490 or 16155806. OLE color: 16155806.

HSL color Cylindrical-coordinate representation of color #9E84F6: hue angle of 253.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E84F6 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 132 246 -
CMYK 0.36 0.46 0 0.04
HSL 253.68º 0.86% 0.74% -
HSV(B) 253.68º 0.46% 0.96% -
XYZ 38.99 30.43 91.01 -
YUV 152.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 158 132 246 0.36 0.46 0 0.04 253.68 0.86 0.74
Hex 9E 84 F6 24 2E 0 4 FE 56 4A
Octal 236 204 366 44 56 0 4 376 126 112
Binary 10011110 10000100 11110110 100100 101110 0 100 11111110 1010110 1001010

Color Harmonies of #9E84F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E84F6

Black with #9E84F6

Text Example


Text Example

White with #9E84F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,246); }

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

background-color css

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

 a { background-color: rgb(158,132,246); }

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

border-color css

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

 span { border-color: rgb(158,132,246); }

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