#8994CE

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

Shades of Portage #8994CE

Tints of Portage #8994CE

Color information

#8994CE (or 0x8994CE) is unknown color: approx Portage. HEX triplet: 89, 94 and CE. RGB value is (137,148,206). Sum of RGB (Red+Green+Blue) = 137+148+206=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8994CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994CE is #766B31. Grayscale: #979797. Windows color (decimal): -7760690 or 13538441. OLE color: 13538441.

HSL color Cylindrical-coordinate representation of color #8994CE: hue angle of 230.43º 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 #8994CE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137148206-
CMYK0.330.2800.19
HSL230.43º41.32%67.25%-
HSV(B)230.43º33.5%80.78%-
XYZ32.0530.9562.68-
YUV151.32158.86117.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=27.90%
G=30.14%
B=41.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371482060.330.2800.19230.4341.3267.25
Hex8994CE211C013e62943
Octal211224316413402334651103
Binary10001001100101001100111010000111100010011111001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8994CE; }

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

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

<style>
 a { background-color: #8994CE; }

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

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

<style>
 span { border-color: #8994CE; }

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

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