#8188CC

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

Shades of Portage #8188CC

Tints of Portage #8188CC

Color information

#8188CC (or 0x8188CC) is unknown color: approx Portage. HEX triplet: 81, 88 and CC. RGB value is (129,136,204). Sum of RGB (Red+Green+Blue) = 129+136+204=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8188CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188CC is #7E7733. Grayscale: #8D8D8D. Windows color (decimal): -8288052 or 13404289. OLE color: 13404289.

HSL color Cylindrical-coordinate representation of color #8188CC: hue angle of 234.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8188CC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129136204-
CMYK0.370.3300.2
HSL234.4º42.37%65.29%-
HSV(B)234.4º36.76%80%-
XYZ28.7626.6460.75-
YUV141.66163.18118.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=27.51%
G=29.00%
B=43.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291362040.370.3300.2234.442.3765.29
Hex8188CC2521014ea2a41
Octal201210314454102435252101
Binary100000011000100011001100100101100001010100111010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8188CC; }

 p { color: rgb(129,136,204); }

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

<style>
 a { background-color: #8188CC; }

 a { background-color: rgb(129,136,204); }

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

<style>
 span { border-color: #8188CC; }

 span { border-color: rgb(129,136,204); }

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