#899CCF

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

Shades of Portage #899CCF

Tints of Portage #899CCF

Color information

#899CCF (or 0x899CCF) is unknown color: approx Portage. HEX triplet: 89, 9C and CF. RGB value is (137,156,207). Sum of RGB (Red+Green+Blue) = 137+156+207=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #899CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CCF is #766330. Grayscale: #9B9B9B. Windows color (decimal): -7758641 or 13606025. OLE color: 13606025.

HSL color Cylindrical-coordinate representation of color #899CCF: hue angle of 223.71º 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 #899CCF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137156207-
CMYK0.340.2500.19
HSL223.71º42.17%67.45%-
HSV(B)223.71º33.82%81.18%-
XYZ33.4733.663.75-
YUV156.13156.71114.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=27.4%
G=31.2%
B=41.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371562070.340.2500.19223.7142.1767.45
Hex899CCF2219013e02a43
Octal211234317423102334052103
Binary10001001100111001100111110001011001010011111000001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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