#8188CB

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

Shades of Portage #8188CB

Tints of Portage #8188CB

Color information

#8188CB (or 0x8188CB) is unknown color: approx Portage. HEX triplet: 81, 88 and CB. RGB value is (129,136,203). Sum of RGB (Red+Green+Blue) = 129+136+203=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8188CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188CB is #7E7734. Grayscale: #8D8D8D. Windows color (decimal): -8288053 or 13338753. OLE color: 13338753.

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

Color convert

RGB129136203-
CMYK0.360.3300.20
HSL234.32º41.57%65.1%-
HSV(B)234.32º36.45%79.61%-
XYZ28.6426.5960.12-
YUV141.54162.68119.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=27.56%
G=29.06%
B=43.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291362030.360.3300.20234.3241.5765.1
Hex8188CB2421014ea2a41
Octal201210313444102435252101
Binary100000011000100011001011100100100001010100111010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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