#8497CB

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

Shades of Portage #8497CB

Tints of Portage #8497CB

Color information

#8497CB (or 0x8497CB) is unknown color: approx Portage. HEX triplet: 84, 97 and CB. RGB value is (132,151,203). Sum of RGB (Red+Green+Blue) = 132+151+203=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #8497CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497CB is #7B6834. Grayscale: #979797. Windows color (decimal): -8087605 or 13342596. OLE color: 13342596.

HSL color Cylindrical-coordinate representation of color #8497CB: hue angle of 223.94º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8497CB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132151203-
CMYK0.350.2600.20
HSL223.94º40.57%65.69%-
HSV(B)223.94º34.98%79.61%-
XYZ31.3631.3560.9-
YUV151.25157.21114.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=27.16%
G=31.07%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321512030.350.2600.20223.9440.5765.69
Hex8497CB231A014e02942
Octal204227313433202434051102
Binary10000100100101111100101110001111010010100111000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8497CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8497CB; }

 p { color: rgb(132,151,203); }

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

<style>
 a { background-color: #8497CB; }

 a { background-color: rgb(132,151,203); }

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

<style>
 span { border-color: #8497CB; }

 span { border-color: rgb(132,151,203); }

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