#8799CD

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

Shades of Portage #8799CD

Tints of Portage #8799CD

Color information

#8799CD (or 0x8799CD) is unknown color: approx Portage. HEX triplet: 87, 99 and CD. RGB value is (135,153,205). Sum of RGB (Red+Green+Blue) = 135+153+205=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #8799CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799CD is #786632. Grayscale: #999999. Windows color (decimal): -7890483 or 13474183. OLE color: 13474183.

HSL color Cylindrical-coordinate representation of color #8799CD: hue angle of 224.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8799CD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135153205-
CMYK0.340.2500.20
HSL224.57º41.18%66.67%-
HSV(B)224.57º34.15%80.39%-
XYZ32.432.3462.29-
YUV153.55157.04114.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=27.38%
G=31.03%
B=41.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351532050.340.2500.20224.5741.1866.67
Hex8799CD2219014e12943
Octal207231315423102434151103
Binary10000111100110011100110110001011001010100111000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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