#8498DC

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

Shades of Portage #8498DC

Tints of Portage #8498DC

Color information

#8498DC (or 0x8498DC) is unknown color: approx Portage. HEX triplet: 84, 98 and DC. RGB value is (132,152,220). Sum of RGB (Red+Green+Blue) = 132+152+220=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8498DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8498DC is #7B6723. Grayscale: #999999. Windows color (decimal): -8087332 or 14456964. OLE color: 14456964.

HSL color Cylindrical-coordinate representation of color #8498DC: hue angle of 226.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8498DC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132152220-
CMYK0.400.3100.14
HSL226.36º55.7%69.02%-
HSV(B)226.36º40%86.27%-
XYZ33.6632.5372.21-
YUV153.77165.37112.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=26.19%
G=30.16%
B=43.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321522200.400.3100.14226.3655.769.02
Hex8498DC281F0Ee23845
Octal204230334503701634270105
Binary1000010010011000110111001010001111101110111000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8498DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8498DC; }

 p { color: rgb(132,152,220); }

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

<style>
 a { background-color: #8498DC; }

 a { background-color: rgb(132,152,220); }

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

<style>
 span { border-color: #8498DC; }

 span { border-color: rgb(132,152,220); }

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