#8598CD

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

Shades of Portage #8598CD

Tints of Portage #8598CD

Color information

#8598CD (or 0x8598CD) is unknown color: approx Portage. HEX triplet: 85, 98 and CD. RGB value is (133,152,205). Sum of RGB (Red+Green+Blue) = 133+152+205=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8598CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CD is #7A6732. Grayscale: #989898. Windows color (decimal): -8021811 or 13473925. OLE color: 13473925.

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

Color convert

RGB133152205-
CMYK0.350.2600.20
HSL224.17º41.86%66.27%-
HSV(B)224.17º35.12%80.39%-
XYZ31.9231.8562.22-
YUV152.36157.71114.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=27.14%
G=31.02%
B=41.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331522050.350.2600.20224.1741.8666.27
Hex8598CD231A014e02a42
Octal205230315433202434052102
Binary10000101100110001100110110001111010010100111000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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