#899DCE

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

Shades of Portage #899DCE

Tints of Portage #899DCE

Color information

#899DCE (or 0x899DCE) is unknown color: approx Portage. HEX triplet: 89, 9D and CE. RGB value is (137,157,206). Sum of RGB (Red+Green+Blue) = 137+157+206=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #899DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DCE is #766231. Grayscale: #9C9C9C. Windows color (decimal): -7758386 or 13540745. OLE color: 13540745.

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

Color convert

RGB137157206-
CMYK0.330.2400.19
HSL222.61º41.32%67.25%-
HSV(B)222.61º33.5%80.78%-
XYZ33.5133.8963.17-
YUV156.61155.87114.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=27.4%
G=31.4%
B=41.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371572060.330.2400.19222.6141.3267.25
Hex899DCE2118013df2943
Octal211235316413002333751103
Binary10001001100111011100111010000111000010011110111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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