#8497E8

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

Shades of Portage #8497E8

Tints of Portage #8497E8

Color information

#8497E8 (or 0x8497E8) is unknown color: approx Portage. HEX triplet: 84, 97 and E8. RGB value is (132,151,232). Sum of RGB (Red+Green+Blue) = 132+151+232=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #8497E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497E8 is #7B6817. Grayscale: #9A9A9A. Windows color (decimal): -8087576 or 15243140. OLE color: 15243140.

HSL color Cylindrical-coordinate representation of color #8497E8: hue angle of 228.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8497E8 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132151232-
CMYK0.430.3500.09
HSL228.6º68.49%71.37%-
HSV(B)228.6º43.1%90.98%-
XYZ35.1532.8680.84-
YUV154.55171.71111.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 232 (91.02% from 255) = 45.05%
R=25.63%
G=29.32%
B=45.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321512320.430.3500.09228.668.4971.37
Hex8497E82B2309e54447
Octal2042273505343011345104107
Binary100001001001011111101000101011100011010011110010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8497E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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