#8A9BCC

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

Shades of Portage #8A9BCC

Tints of Portage #8A9BCC

Color information

#8A9BCC (or 0x8A9BCC) is unknown color: approx Portage. HEX triplet: 8A, 9B and CC. RGB value is (138,155,204). Sum of RGB (Red+Green+Blue) = 138+155+204=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BCC is #756433. Grayscale: #9B9B9B. Windows color (decimal): -7693364 or 13409162. OLE color: 13409162.

HSL color Cylindrical-coordinate representation of color #8A9BCC: hue angle of 224.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9BCC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138155204-
CMYK0.320.2400.2
HSL224.55º39.29%67.06%-
HSV(B)224.55º32.35%80%-
XYZ33.133.2161.79-
YUV155.5155.37115.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=27.77%
G=31.19%
B=41.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381552040.320.2400.2224.5539.2967.06
Hex8A9BCC2018014e12743
Octal212233314403002434147103
Binary10001010100110111100110010000011000010100111000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,204); }

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

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

 a { background-color: rgb(138,155,204); }

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

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

 span { border-color: rgb(138,155,204); }

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