#8088d3

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

Shades of Portage #8088D3

Tints of Portage #8088D3

Color information

#8088D3 (or 0x8088D3) is unknown color: approx Portage. HEX triplet: 80, 88 and D3. RGB value is (128,136,211). Sum of RGB (Red+Green+Blue) = 128+136+211=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #8088D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088D3 is #7F772C. Grayscale: #8D8D8D. Windows color (decimal): -8353581 or 13863040. OLE color: 13863040.

HSL color Cylindrical-coordinate representation of color #8088D3: hue angle of 234.22º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8088D3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128136211-
CMYK0.390.3600.17
HSL234.22º48.54%66.47%-
HSV(B)234.22º39.34%82.75%-
XYZ29.4626.965.27-
YUV142.16166.85117.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 211 (82.81% from 255) = 44.42%
R=26.95%
G=28.63%
B=44.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281362110.390.3600.17234.2248.5466.47
Hex8088D32724011ea3142
Octal200210323474402135261102
Binary100000001000100011010011100111100100010001111010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8088d3; }

 p { color: rgb(128,136,211); }

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

<style>
 a { background-color: #8088d3; }

 a { background-color: rgb(128,136,211); }

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

<style>
 span { border-color: #8088d3; }

 span { border-color: rgb(128,136,211); }

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