#8197DB

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

Shades of Portage #8197DB

Tints of Portage #8197DB

Color information

#8197DB (or 0x8197DB) is unknown color: approx Portage. HEX triplet: 81, 97 and DB. RGB value is (129,151,219). Sum of RGB (Red+Green+Blue) = 129+151+219=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8197DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DB is #7E6824. Grayscale: #979797. Windows color (decimal): -8284197 or 14391169. OLE color: 14391169.

HSL color Cylindrical-coordinate representation of color #8197DB: hue angle of 225.33º degrees, saturation: 0.56, 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 #8197DB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129151219-
CMYK0.410.3100.14
HSL225.33º55.56%68.24%-
HSV(B)225.33º41.1%85.88%-
XYZ32.9131.9171.44-
YUV152.17165.71111.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=25.85%
G=30.26%
B=43.89%

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
Decimal1291512190.410.3100.14225.3355.5668.24
Hex8197DB291F0Ee13844
Octal201227333513701634170104
Binary1000000110010111110110111010011111101110111000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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