Html Css Color HEX #9177FE Light Slate Blue

📋 copy color: '#9177FE'

red 145 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #9177FE

Tints of Light Slate Blue #9177FE

RGB

 RED value IS 145 (57.03% from 255) = 27.99%

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 27.99%
G = 22.97%
B = 49.03%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9177FE (or 0x9177FE) is known color: Light Slate Blue. HEX triplet: 91, 77 and FE. RGB value is (145,119,254). Sum of RGB (Red+Green+Blue) = 145+119+254=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9177FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9177FE is #6E8801. Grayscale: #8D8D8D. Windows color (decimal): -7243778 or 16676753. OLE color: 16676753.

HSL color Cylindrical-coordinate representation of color #9177FE: hue angle of 251.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9177FE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 119 254 -
CMYK 0.43 0.53 0 0.00
HSL 251.56º 0.99% 0.73% -
HSV(B) 251.56º 0.53% 1% -
XYZ 36.16 26.37 96.95 -
YUV 142.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 145 119 254 0.43 0.53 0 0.00 251.56 0.99 0.73
Hex 91 77 FE 2B 35 0 0 FC 63 49
Octal 221 167 376 53 65 0 0 374 143 111
Binary 10010001 1110111 11111110 101011 110101 0 0 11111100 1100011 1001001

Color Harmonies of #9177FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9177FE

Black with #9177FE

Text Example


Text Example

White with #9177FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9177FE; }

 p { color: rgb(145,119,254); }

 H1.HeaderClassName
 {
   color: #9177FE;
 }
 .AnyTagClassName
 {
   color: #9177FE;
 }
</style>

background-color css

<style>
 a { background-color: #9177FE; }

 a { background-color: rgb(145,119,254); }

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

border-color css

<style>
 span { border-color: #9177FE; }

 span { border-color: rgb(145,119,254); }

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