Html Css Color HEX #9E77FA Light Slate Blue

📋 copy color: '#9E77FA'

red 158 ◦ green 119 ◦ blue 250

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

Shades of Light Slate Blue #9E77FA

Tints of Light Slate Blue #9E77FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.58%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 29.98%
G = 22.58%
B = 47.44%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E77FA (or 0x9E77FA) is known color: Light Slate Blue. HEX triplet: 9E, 77 and FA. RGB value is (158,119,250). Sum of RGB (Red+Green+Blue) = 158+119+250=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FA is #618805. Grayscale: #919191. Windows color (decimal): -6391814 or 16414622. OLE color: 16414622.

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

Color convert

RGB 158 119 250 -
CMYK 0.37 0.52 0 0.02
HSL 257.86º 0.93% 0.72% -
HSV(B) 257.86º 0.52% 0.98% -
XYZ 37.95 27.36 93.72 -
YUV 145.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 158 119 250 0.37 0.52 0 0.02 257.86 0.93 0.72
Hex 9E 77 FA 25 34 0 2 102 5D 48
Octal 236 167 372 45 64 0 2 402 135 110
Binary 10011110 1110111 11111010 100101 110100 0 10 100000010 1011101 1001000

Color Harmonies of #9E77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E77FA

Black with #9E77FA

Text Example


Text Example

White with #9E77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,250); }

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

background-color css

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

 a { background-color: rgb(158,119,250); }

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

border-color css

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

 span { border-color: rgb(158,119,250); }

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