#8A94CD

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

Shades of Portage #8A94CD

Tints of Portage #8A94CD

Color information

#8A94CD (or 0x8A94CD) is unknown color: approx Portage. HEX triplet: 8A, 94 and CD. RGB value is (138,148,205). Sum of RGB (Red+Green+Blue) = 138+148+205=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A94CD is #756B32. Grayscale: #979797. Windows color (decimal): -7695155 or 13472906. OLE color: 13472906.

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

Color convert

RGB138148205-
CMYK0.330.2800.20
HSL231.04º40.12%67.25%-
HSV(B)231.04º32.68%80.39%-
XYZ32.0930.9962.05-
YUV151.51158.19118.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=28.11%
G=30.14%
B=41.75%

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
Decimal1381482050.330.2800.20231.0440.1267.25
Hex8A94CD211C014e72843
Octal212224315413402434750103
Binary10001010100101001100110110000111100010100111001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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