#8197DC

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

Shades of Portage #8197DC

Tints of Portage #8197DC

Color information

#8197DC (or 0x8197DC) is unknown color: approx Portage. HEX triplet: 81, 97 and DC. RGB value is (129,151,220). Sum of RGB (Red+Green+Blue) = 129+151+220=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8197DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DC is #7E6823. Grayscale: #979797. Windows color (decimal): -8284196 or 14456705. OLE color: 14456705.

HSL color Cylindrical-coordinate representation of color #8197DC: hue angle of 225.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8197DC is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129151220-
CMYK0.410.3100.14
HSL225.49º56.52%68.43%-
HSV(B)225.49º41.36%86.27%-
XYZ33.0431.9772.14-
YUV152.29166.21111.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 220 (86.33% from 255) = 44%
R=25.8%
G=30.2%
B=44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291512200.410.3100.14225.4956.5268.43
Hex8197DC291F0Ee13944
Octal201227334513701634171104
Binary1000000110010111110111001010011111101110111000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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