#8D94CD

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

Shades of Portage #8D94CD

Tints of Portage #8D94CD

Color information

#8D94CD (or 0x8D94CD) is unknown color: approx Portage. HEX triplet: 8D, 94 and CD. RGB value is (141,148,205). Sum of RGB (Red+Green+Blue) = 141+148+205=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94CD is #726B32. Grayscale: #989898. Windows color (decimal): -7498547 or 13472909. OLE color: 13472909.

HSL color Cylindrical-coordinate representation of color #8D94CD: hue angle of 233.44º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D94CD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141148205-
CMYK0.310.2800.20
HSL233.44º39.02%67.84%-
HSV(B)233.44º31.22%80.39%-
XYZ32.5931.2562.07-
YUV152.4157.68119.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=28.54%
G=29.96%
B=41.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411482050.310.2800.20233.4439.0267.84
Hex8D94CD1F1C014e92744
Octal215224315373402435147104
Binary1000110110010100110011011111111100010100111010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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