#8A99CD

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

Shades of Portage #8A99CD

Tints of Portage #8A99CD

Color information

#8A99CD (or 0x8A99CD) is unknown color: approx Portage. HEX triplet: 8A, 99 and CD. RGB value is (138,153,205). Sum of RGB (Red+Green+Blue) = 138+153+205=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A99CD is #756632. Grayscale: #9A9A9A. Windows color (decimal): -7693875 or 13474186. OLE color: 13474186.

HSL color Cylindrical-coordinate representation of color #8A99CD: hue angle of 226.57º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A99CD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138153205-
CMYK0.330.2500.20
HSL226.57º40.12%67.25%-
HSV(B)226.57º32.68%80.39%-
XYZ32.8932.5962.32-
YUV154.44156.53116.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=27.82%
G=30.85%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381532050.330.2500.20226.5740.1267.25
Hex8A99CD2119014e32843
Octal212231315413102434350103
Binary10001010100110011100110110000111001010100111000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,205); }

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

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

 a { background-color: rgb(138,153,205); }

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

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

 span { border-color: rgb(138,153,205); }

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