#8198DA

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

Shades of Portage #8198DA

Tints of Portage #8198DA

Color information

#8198DA (or 0x8198DA) is unknown color: approx Portage. HEX triplet: 81, 98 and DA. RGB value is (129,152,218). Sum of RGB (Red+Green+Blue) = 129+152+218=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8198DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198DA is #7E6725. Grayscale: #989898. Windows color (decimal): -8283942 or 14325889. OLE color: 14325889.

HSL color Cylindrical-coordinate representation of color #8198DA: hue angle of 224.49º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8198DA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129152218-
CMYK0.410.3000.15
HSL224.49º54.6%68.04%-
HSV(B)224.49º40.83%85.49%-
XYZ32.9432.1970.81-
YUV152.65164.88111.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=25.85%
G=30.46%
B=43.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291522180.410.3000.15224.4954.668.04
Hex8198DA291E0Fe03744
Octal201230332513601734067104
Binary1000000110011000110110101010011111001111111000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8198DA; }

 p { color: rgb(129,152,218); }

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

<style>
 a { background-color: #8198DA; }

 a { background-color: rgb(129,152,218); }

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

<style>
 span { border-color: #8198DA; }

 span { border-color: rgb(129,152,218); }

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