#899ceb

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

Shades of Portage #899CEB

Tints of Portage #899CEB

Color information

#899CEB (or 0x899CEB) is unknown color: approx Portage. HEX triplet: 89, 9C and EB. RGB value is (137,156,235). Sum of RGB (Red+Green+Blue) = 137+156+235=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #899CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CEB is #766314. Grayscale: #9E9E9E. Windows color (decimal): -7758613 or 15441033. OLE color: 15441033.

HSL color Cylindrical-coordinate representation of color #899CEB: hue angle of 228.37º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899CEB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137156235-
CMYK0.420.3400.08
HSL228.37º71.01%72.94%-
HSV(B)228.37º41.7%92.16%-
XYZ37.235.0983.41-
YUV159.32170.71112.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=25.95%
G=29.55%
B=44.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371562350.420.3400.08228.3771.0172.94
Hex899CEB2A2208e44749
Octal2112343535242010344107111
Binary100010011001110011101011101010100010010001110010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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