Html Css Color HEX #9197D0 Portage

📋 copy color: '#9197D0'

red 145 ◦ green 151 ◦ blue 208

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

Shades of Portage #9197D0

Tints of Portage #9197D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 28.77%
G = 29.96%
B = 41.27%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9197D0 (or 0x9197D0) is known color: Portage. HEX triplet: 91, 97 and D0. RGB value is (145,151,208). Sum of RGB (Red+Green+Blue) = 145+151+208=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #9197D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197D0 is #6E682F. Grayscale: #9B9B9B. Windows color (decimal): -7235632 or 13670289. OLE color: 13670289.

HSL color Cylindrical-coordinate representation of color #9197D0: hue angle of 234.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9197D0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 151 208 -
CMYK 0.30 0.27 0 0.18
HSL 234.29º 0.4% 0.69% -
HSV(B) 234.29º 0.3% 0.82% -
XYZ 34.13 32.71 64.19 -
YUV 155.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 145 151 208 0.30 0.27 0 0.18 234.29 0.4 0.69
Hex 91 97 D0 1E 1B 0 12 EA 28 45
Octal 221 227 320 36 33 0 22 352 50 105
Binary 10010001 10010111 11010000 11110 11011 0 10010 11101010 101000 1000101

Color Harmonies of #9197D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9197D0

Black with #9197D0

Text Example


Text Example

White with #9197D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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