#8A9ACF

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

Shades of Portage #8A9ACF

Tints of Portage #8A9ACF

Color information

#8A9ACF (or 0x8A9ACF) is unknown color: approx Portage. HEX triplet: 8A, 9A and CF. RGB value is (138,154,207). Sum of RGB (Red+Green+Blue) = 138+154+207=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ACF is #756530. Grayscale: #9B9B9B. Windows color (decimal): -7693617 or 13605514. OLE color: 13605514.

HSL color Cylindrical-coordinate representation of color #8A9ACF: hue angle of 226.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9ACF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138154207-
CMYK0.330.2600.19
HSL226.09º41.82%67.65%-
HSV(B)226.09º33.33%81.18%-
XYZ33.333.0263.65-
YUV155.26157.2115.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=27.66%
G=30.86%
B=41.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381542070.330.2600.19226.0941.8267.65
Hex8A9ACF211A013e22a44
Octal212232317413202334252104
Binary10001010100110101100111110000111010010011111000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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