#8488CF

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

Shades of Portage #8488CF

Tints of Portage #8488CF

Color information

#8488CF (or 0x8488CF) is unknown color: approx Portage. HEX triplet: 84, 88 and CF. RGB value is (132,136,207). Sum of RGB (Red+Green+Blue) = 132+136+207=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #8488CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488CF is #7B7730. Grayscale: #8E8E8E. Windows color (decimal): -8091441 or 13600900. OLE color: 13600900.

HSL color Cylindrical-coordinate representation of color #8488CF: hue angle of 236.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8488CF is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132136207-
CMYK0.360.3400.19
HSL236.8º43.86%66.47%-
HSV(B)236.8º36.23%81.18%-
XYZ29.5827.0262.69-
YUV142.9164.17120.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=27.79%
G=28.63%
B=43.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321362070.360.3400.19236.843.8666.47
Hex8488CF2422013ed2c42
Octal204210317444202335554102
Binary100001001000100011001111100100100010010011111011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8488CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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