#8197CA

Color #8197CA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8197CA

Tints of Portage #8197CA

Color information

#8197CA (or 0x8197CA) is unknown color: approx Portage. HEX triplet: 81, 97 and CA. RGB value is (129,151,202). Sum of RGB (Red+Green+Blue) = 129+151+202=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8197CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197CA is #7E6835. Grayscale: #969696. Windows color (decimal): -8284214 or 13277057. OLE color: 13277057.

HSL color Cylindrical-coordinate representation of color #8197CA: hue angle of 221.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8197CA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129151202-
CMYK0.360.2500.21
HSL221.92º40.78%64.9%-
HSV(B)221.92º36.14%79.22%-
XYZ30.7831.0660.25-
YUV150.24157.21112.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=26.76%
G=31.33%
B=41.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291512020.360.2500.21221.9240.7864.9
Hex8197CA2419015de2941
Octal201227312443102533651101
Binary10000001100101111100101010010011001010101110111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8197CA; }

 p { color: rgb(129,151,202); }

 H1.HeaderClassName
 {
   color: #8197CA;
 }
 .AnyTagClassName
 {
   color: #8197CA;
 }
</style>
background-color css

<style>
 a { background-color: #8197CA; }

 a { background-color: rgb(129,151,202); }

 div.DivClassName
 {
   background-color: #8197CA;
 }
 .BgClassName
 {
   background-color: #8197CA;
 }
</style>
border-color css

<style>
 span { border-color: #8197CA; }

 span { border-color: rgb(129,151,202); }

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