#8598CE

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

Shades of Portage #8598CE

Tints of Portage #8598CE

Color information

#8598CE (or 0x8598CE) is unknown color: approx Portage. HEX triplet: 85, 98 and CE. RGB value is (133,152,206). Sum of RGB (Red+Green+Blue) = 133+152+206=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8598CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CE is #7A6731. Grayscale: #989898. Windows color (decimal): -8021810 or 13539461. OLE color: 13539461.

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

Color convert

RGB133152206-
CMYK0.350.2600.19
HSL224.38º42.69%66.47%-
HSV(B)224.38º35.44%80.78%-
XYZ32.0431.962.86-
YUV152.48158.21114.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=27.09%
G=30.96%
B=41.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331522060.350.2600.19224.3842.6966.47
Hex8598CE231A013e02b42
Octal205230316433202334053102
Binary10000101100110001100111010001111010010011111000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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