#8A9ADF

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

Shades of Portage #8A9ADF

Tints of Portage #8A9ADF

Color information

#8A9ADF (or 0x8A9ADF) is unknown color: approx Portage. HEX triplet: 8A, 9A and DF. RGB value is (138,154,223). Sum of RGB (Red+Green+Blue) = 138+154+223=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ADF is #756520. Grayscale: #9C9C9C. Windows color (decimal): -7693601 or 14654090. OLE color: 14654090.

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

Color convert

RGB138154223-
CMYK0.380.3100.13
HSL228.71º57.05%70.78%-
HSV(B)228.71º38.12%87.45%-
XYZ35.3633.8474.48-
YUV157.08165.2114.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=26.80%
G=29.90%
B=43.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381542230.380.3100.13228.7157.0570.78
Hex8A9ADF261F0De53947
Octal212232337463701534571107
Binary1000101010011010110111111001101111101101111001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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