#8A9ADD

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

Shades of Portage #8A9ADD

Tints of Portage #8A9ADD

Color information

#8A9ADD (or 0x8A9ADD) is unknown color: approx Portage. HEX triplet: 8A, 9A and DD. RGB value is (138,154,221). Sum of RGB (Red+Green+Blue) = 138+154+221=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ADD is #756522. Grayscale: #9C9C9C. Windows color (decimal): -7693603 or 14523018. OLE color: 14523018.

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

Color convert

RGB138154221-
CMYK0.380.3000.13
HSL228.43º54.97%70.39%-
HSV(B)228.43º37.56%86.67%-
XYZ35.0933.7373.07-
YUV156.85164.2114.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=26.90%
G=30.02%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381542210.380.3000.13228.4354.9770.39
Hex8A9ADD261E0De43746
Octal212232335463601534467106
Binary1000101010011010110111011001101111001101111001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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