#8A9EDD

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

Shades of Portage #8A9EDD

Tints of Portage #8A9EDD

Color information

#8A9EDD (or 0x8A9EDD) is unknown color: approx Portage. HEX triplet: 8A, 9E and DD. RGB value is (138,158,221). Sum of RGB (Red+Green+Blue) = 138+158+221=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EDD is #756122. Grayscale: #9E9E9E. Windows color (decimal): -7692579 or 14524042. OLE color: 14524042.

HSL color Cylindrical-coordinate representation of color #8A9EDD: hue angle of 225.54º 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 #8A9EDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138158221-
CMYK0.380.2900.13
HSL225.54º54.97%70.39%-
HSV(B)225.54º37.56%86.67%-
XYZ35.7635.0873.29-
YUV159.2162.87112.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=26.69%
G=30.56%
B=42.75%

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
Decimal1381582210.380.2900.13225.5454.9770.39
Hex8A9EDD261D0De23746
Octal212236335463501534267106
Binary1000101010011110110111011001101110101101111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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