#8D94CA

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

Shades of Portage #8D94CA

Tints of Portage #8D94CA

Color information

#8D94CA (or 0x8D94CA) is unknown color: approx Portage. HEX triplet: 8D, 94 and CA. RGB value is (141,148,202). Sum of RGB (Red+Green+Blue) = 141+148+202=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94CA is #726B35. Grayscale: #979797. Windows color (decimal): -7498550 or 13276301. OLE color: 13276301.

HSL color Cylindrical-coordinate representation of color #8D94CA: hue angle of 233.11º degrees, saturation: 0.37, 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 #8D94CA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141148202-
CMYK0.300.2700.21
HSL233.11º36.53%67.25%-
HSV(B)233.11º30.2%79.22%-
XYZ32.2431.1160.18-
YUV152.06156.18120.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=28.72%
G=30.14%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411482020.300.2700.21233.1136.5367.25
Hex8D94CA1E1B015e92543
Octal215224312363302535145103
Binary1000110110010100110010101111011011010101111010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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