#8A97CD

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

Shades of Portage #8A97CD

Tints of Portage #8A97CD

Color information

#8A97CD (or 0x8A97CD) is unknown color: approx Portage. HEX triplet: 8A, 97 and CD. RGB value is (138,151,205). Sum of RGB (Red+Green+Blue) = 138+151+205=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97CD is #756832. Grayscale: #999999. Windows color (decimal): -7694387 or 13473674. OLE color: 13473674.

HSL color Cylindrical-coordinate representation of color #8A97CD: hue angle of 228.36º 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 #8A97CD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138151205-
CMYK0.330.2600.20
HSL228.36º40.12%67.25%-
HSV(B)228.36º32.68%80.39%-
XYZ32.5731.9462.21-
YUV153.27157.19117.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=27.94%
G=30.57%
B=41.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381512050.330.2600.20228.3640.1267.25
Hex8A97CD211A014e42843
Octal212227315413202434450103
Binary10001010100101111100110110000111010010100111001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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