#8A9EDC

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

Shades of Portage #8A9EDC

Tints of Portage #8A9EDC

Color information

#8A9EDC (or 0x8A9EDC) is unknown color: approx Portage. HEX triplet: 8A, 9E and DC. RGB value is (138,158,220). Sum of RGB (Red+Green+Blue) = 138+158+220=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EDC is #756123. Grayscale: #9E9E9E. Windows color (decimal): -7692580 or 14458506. OLE color: 14458506.

HSL color Cylindrical-coordinate representation of color #8A9EDC: hue angle of 225.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A9EDC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138158220-
CMYK0.370.2800.14
HSL225.37º53.95%70.2%-
HSV(B)225.37º37.27%86.27%-
XYZ35.6335.0272.59-
YUV159.09162.37112.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=26.74%
G=30.62%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381582200.370.2800.14225.3753.9570.2
Hex8A9EDC251C0Ee13646
Octal212236334453401634166106
Binary1000101010011110110111001001011110001110111000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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