#8198CC

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

Shades of Portage #8198CC

Tints of Portage #8198CC

Color information

#8198CC (or 0x8198CC) is unknown color: approx Portage. HEX triplet: 81, 98 and CC. RGB value is (129,152,204). Sum of RGB (Red+Green+Blue) = 129+152+204=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8198CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198CC is #7E6733. Grayscale: #969696. Windows color (decimal): -8283956 or 13408385. OLE color: 13408385.

HSL color Cylindrical-coordinate representation of color #8198CC: hue angle of 221.6º degrees, saturation: 0.42, 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 #8198CC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129152204-
CMYK0.370.2500.2
HSL221.6º42.37%65.29%-
HSV(B)221.6º36.76%80%-
XYZ31.1831.4861.56-
YUV151.05157.88112.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.60%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=26.60%
G=31.34%
B=42.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291522040.370.2500.2221.642.3765.29
Hex8198CC2519014de2a41
Octal201230314453102433652101
Binary10000001100110001100110010010111001010100110111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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