#8488DB

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

Shades of Portage #8488DB

Tints of Portage #8488DB

Color information

#8488DB (or 0x8488DB) is unknown color: approx Portage. HEX triplet: 84, 88 and DB. RGB value is (132,136,219). Sum of RGB (Red+Green+Blue) = 132+136+219=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8488DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488DB is #7B7724. Grayscale: #8F8F8F. Windows color (decimal): -8091429 or 14387332. OLE color: 14387332.

HSL color Cylindrical-coordinate representation of color #8488DB: hue angle of 237.24º degrees, saturation: 0.55, 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 #8488DB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132136219-
CMYK0.400.3800.14
HSL237.24º54.72%68.82%-
HSV(B)237.24º39.73%85.88%-
XYZ31.1127.6370.71-
YUV144.27170.17119.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=27.10%
G=27.93%
B=44.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321362190.400.3800.14237.2454.7268.82
Hex8488DB28260Eed3745
Octal204210333504601635567105
Binary10000100100010001101101110100010011001110111011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8488DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8488DB; }

 p { color: rgb(132,136,219); }

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

<style>
 a { background-color: #8488DB; }

 a { background-color: rgb(132,136,219); }

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

<style>
 span { border-color: #8488DB; }

 span { border-color: rgb(132,136,219); }

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