#8898CD

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

Shades of Portage #8898CD

Tints of Portage #8898CD

Color information

#8898CD (or 0x8898CD) is unknown color: approx Portage. HEX triplet: 88, 98 and CD. RGB value is (136,152,205). Sum of RGB (Red+Green+Blue) = 136+152+205=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #8898CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898CD is #776732. Grayscale: #999999. Windows color (decimal): -7825203 or 13473928. OLE color: 13473928.

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

Color convert

RGB136152205-
CMYK0.340.2600.20
HSL226.09º40.83%66.86%-
HSV(B)226.09º33.66%80.39%-
XYZ32.432.162.25-
YUV153.26157.2115.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=27.59%
G=30.83%
B=41.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361522050.340.2600.20226.0940.8366.86
Hex8898CD221A014e22943
Octal210230315423202434251103
Binary10001000100110001100110110001011010010100111000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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