#8994CD

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

Shades of Portage #8994CD

Tints of Portage #8994CD

Color information

#8994CD (or 0x8994CD) is unknown color: approx Portage. HEX triplet: 89, 94 and CD. RGB value is (137,148,205). Sum of RGB (Red+Green+Blue) = 137+148+205=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8994CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994CD is #766B32. Grayscale: #969696. Windows color (decimal): -7760691 or 13472905. OLE color: 13472905.

HSL color Cylindrical-coordinate representation of color #8994CD: hue angle of 230.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8994CD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137148205-
CMYK0.330.2800.20
HSL230.29º40.48%67.06%-
HSV(B)230.29º33.17%80.39%-
XYZ31.9330.9162.04-
YUV151.21158.36117.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=27.96%
G=30.20%
B=41.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371482050.330.2800.20230.2940.4867.06
Hex8994CD211C014e62843
Octal211224315413402434650103
Binary10001001100101001100110110000111100010100111001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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