#8A97CE

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

Shades of Portage #8A97CE

Tints of Portage #8A97CE

Color information

#8A97CE (or 0x8A97CE) is unknown color: approx Portage. HEX triplet: 8A, 97 and CE. RGB value is (138,151,206). Sum of RGB (Red+Green+Blue) = 138+151+206=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A97CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97CE is #756831. Grayscale: #999999. Windows color (decimal): -7694386 or 13539210. OLE color: 13539210.

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

Color convert

RGB138151206-
CMYK0.330.2700.19
HSL228.53º40.96%67.45%-
HSV(B)228.53º33.01%80.78%-
XYZ32.6931.9962.84-
YUV153.38157.69117.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=27.88%
G=30.51%
B=41.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381512060.330.2700.19228.5340.9667.45
Hex8A97CE211B013e52943
Octal212227316413302334551103
Binary10001010100101111100111010000111011010011111001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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