#8A9CDD

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

Shades of Portage #8A9CDD

Tints of Portage #8A9CDD

Color information

#8A9CDD (or 0x8A9CDD) is unknown color: approx Portage. HEX triplet: 8A, 9C and DD. RGB value is (138,156,221). Sum of RGB (Red+Green+Blue) = 138+156+221=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CDD is #756322. Grayscale: #9D9D9D. Windows color (decimal): -7693091 or 14523530. OLE color: 14523530.

HSL color Cylindrical-coordinate representation of color #8A9CDD: hue angle of 226.99º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9CDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138156221-
CMYK0.380.2900.13
HSL226.99º54.97%70.39%-
HSV(B)226.99º37.56%86.67%-
XYZ35.4234.473.18-
YUV158.03163.54113.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=26.80%
G=30.29%
B=42.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381562210.380.2900.13226.9954.9770.39
Hex8A9CDD261D0De33746
Octal212234335463501534367106
Binary1000101010011100110111011001101110101101111000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,221); }

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

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

 a { background-color: rgb(138,156,221); }

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

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

 span { border-color: rgb(138,156,221); }

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