#8598DE

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

Shades of Portage #8598DE

Tints of Portage #8598DE

Color information

#8598DE (or 0x8598DE) is unknown color: approx Portage. HEX triplet: 85, 98 and DE. RGB value is (133,152,222). Sum of RGB (Red+Green+Blue) = 133+152+222=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #8598DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598DE is #7A6721. Grayscale: #9A9A9A. Windows color (decimal): -8021794 or 14588037. OLE color: 14588037.

HSL color Cylindrical-coordinate representation of color #8598DE: hue angle of 227.19º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8598DE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133152222-
CMYK0.400.3200.13
HSL227.19º57.42%69.61%-
HSV(B)227.19º40.09%87.06%-
XYZ34.0932.7273.63-
YUV154.3166.21112.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=26.23%
G=29.98%
B=43.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331522220.400.3200.13227.1957.4269.61
Hex8598DE28200De33946
Octal205230336504001534371106
Binary10000101100110001101111010100010000001101111000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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