#8198CD

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

Shades of Portage #8198CD

Tints of Portage #8198CD

Color information

#8198CD (or 0x8198CD) is unknown color: approx Portage. HEX triplet: 81, 98 and CD. RGB value is (129,152,205). Sum of RGB (Red+Green+Blue) = 129+152+205=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8198CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CD is #7E6732. Grayscale: #969696. Windows color (decimal): -8283955 or 13473921. OLE color: 13473921.

HSL color Cylindrical-coordinate representation of color #8198CD: hue angle of 221.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8198CD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129152205-
CMYK0.370.2600.20
HSL221.84º43.18%65.49%-
HSV(B)221.84º37.07%80.39%-
XYZ31.331.5362.19-
YUV151.16158.38112.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.54%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=26.54%
G=31.28%
B=42.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291522050.370.2600.20221.8443.1865.49
Hex8198CD251A014de2b41
Octal201230315453202433653101
Binary10000001100110001100110110010111010010100110111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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