#8599CD

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

Shades of Portage #8599CD

Tints of Portage #8599CD

Color information

#8599CD (or 0x8599CD) is unknown color: approx Portage. HEX triplet: 85, 99 and CD. RGB value is (133,153,205). Sum of RGB (Red+Green+Blue) = 133+153+205=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #8599CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CD is #7A6632. Grayscale: #989898. Windows color (decimal): -8021555 or 13474181. OLE color: 13474181.

HSL color Cylindrical-coordinate representation of color #8599CD: hue angle of 223.33º 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 #8599CD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133153205-
CMYK0.350.2500.20
HSL223.33º41.86%66.27%-
HSV(B)223.33º35.12%80.39%-
XYZ32.0832.1862.28-
YUV152.95157.37113.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=27.09%
G=31.16%
B=41.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331532050.350.2500.20223.3341.8666.27
Hex8599CD2319014df2a42
Octal205231315433102433752102
Binary10000101100110011100110110001111001010100110111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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