#8D94C9

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

Shades of Portage #8D94C9

Tints of Portage #8D94C9

Color information

#8D94C9 (or 0x8D94C9) is unknown color: approx Portage. HEX triplet: 8D, 94 and C9. RGB value is (141,148,201). Sum of RGB (Red+Green+Blue) = 141+148+201=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D94C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94C9 is #726B36. Grayscale: #979797. Windows color (decimal): -7498551 or 13210765. OLE color: 13210765.

HSL color Cylindrical-coordinate representation of color #8D94C9: hue angle of 233º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D94C9 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141148201-
CMYK0.300.2600.21
HSL233º35.71%67.06%-
HSV(B)233º29.85%78.82%-
XYZ32.1231.0659.56-
YUV151.95155.68120.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=28.78%
G=30.20%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411482010.300.2600.2123335.7167.06
Hex8D94C91E1A015e92443
Octal215224311363202535144103
Binary1000110110010100110010011111011010010101111010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D94C9; }

 p { color: rgb(141,148,201); }

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

<style>
 a { background-color: #8D94C9; }

 a { background-color: rgb(141,148,201); }

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

<style>
 span { border-color: #8D94C9; }

 span { border-color: rgb(141,148,201); }

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