#899DCF

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

Shades of Portage #899DCF

Tints of Portage #899DCF

Color information

#899DCF (or 0x899DCF) is unknown color: approx Portage. HEX triplet: 89, 9D and CF. RGB value is (137,157,207). Sum of RGB (Red+Green+Blue) = 137+157+207=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #899DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DCF is #766230. Grayscale: #9C9C9C. Windows color (decimal): -7758385 or 13606281. OLE color: 13606281.

HSL color Cylindrical-coordinate representation of color #899DCF: hue angle of 222.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899DCF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137157207-
CMYK0.340.2400.19
HSL222.86º42.17%67.45%-
HSV(B)222.86º33.82%81.18%-
XYZ33.6433.9463.81-
YUV156.72156.37113.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=27.35%
G=31.34%
B=41.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371572070.340.2400.19222.8642.1767.45
Hex899DCF2218013df2a43
Octal211235317423002333752103
Binary10001001100111011100111110001011000010011110111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899DCF; }

 p { color: rgb(137,157,207); }

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

<style>
 a { background-color: #899DCF; }

 a { background-color: rgb(137,157,207); }

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

<style>
 span { border-color: #899DCF; }

 span { border-color: rgb(137,157,207); }

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