Html Css Color HEX #9197E0 Portage

📋 copy color: '#9197E0'

red 145 ◦ green 151 ◦ blue 224

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

Shades of Portage #9197E0

Tints of Portage #9197E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 27.88%
G = 29.04%
B = 43.08%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9197E0 (or 0x9197E0) is known color: Portage. HEX triplet: 91, 97 and E0. RGB value is (145,151,224). Sum of RGB (Red+Green+Blue) = 145+151+224=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #9197E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197E0 is #6E681F. Grayscale: #9D9D9D. Windows color (decimal): -7235616 or 14718865. OLE color: 14718865.

HSL color Cylindrical-coordinate representation of color #9197E0: hue angle of 235.44º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9197E0 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 151 224 -
CMYK 0.35 0.33 0 0.12
HSL 235.44º 0.56% 0.72% -
HSV(B) 235.44º 0.35% 0.88% -
XYZ 36.2 33.53 75.09 -
YUV 157.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 145 151 224 0.35 0.33 0 0.12 235.44 0.56 0.72
Hex 91 97 E0 23 21 0 C EB 38 48
Octal 221 227 340 43 41 0 14 353 70 110
Binary 10010001 10010111 11100000 100011 100001 0 1100 11101011 111000 1001000

Color Harmonies of #9197E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9197E0

Black with #9197E0

Text Example


Text Example

White with #9197E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9197E0; }

 p { color: rgb(145,151,224); }

 H1.HeaderClassName
 {
   color: #9197E0;
 }
 .AnyTagClassName
 {
   color: #9197E0;
 }
</style>

background-color css

<style>
 a { background-color: #9197E0; }

 a { background-color: rgb(145,151,224); }

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

border-color css

<style>
 span { border-color: #9197E0; }

 span { border-color: rgb(145,151,224); }

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