#8598DB

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

Shades of Portage #8598DB

Tints of Portage #8598DB

Color information

#8598DB (or 0x8598DB) is unknown color: approx Portage. HEX triplet: 85, 98 and DB. RGB value is (133,152,219). Sum of RGB (Red+Green+Blue) = 133+152+219=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8598DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598DB is #7A6724. Grayscale: #999999. Windows color (decimal): -8021797 or 14391429. OLE color: 14391429.

HSL color Cylindrical-coordinate representation of color #8598DB: hue angle of 226.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8598DB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133152219-
CMYK0.390.3100.14
HSL226.74º54.43%69.02%-
HSV(B)226.74º39.27%85.88%-
XYZ33.6932.5671.53-
YUV153.96164.71113.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=26.39%
G=30.16%
B=43.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331522190.390.3100.14226.7454.4369.02
Hex8598DB271F0Ee33645
Octal205230333473701634366105
Binary1000010110011000110110111001111111101110111000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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