#8187DA

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

Shades of Portage #8187DA

Tints of Portage #8187DA

Color information

#8187DA (or 0x8187DA) is unknown color: approx Portage. HEX triplet: 81, 87 and DA. RGB value is (129,135,218). Sum of RGB (Red+Green+Blue) = 129+135+218=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8187DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8187DA is #7E7825. Grayscale: #8E8E8E. Windows color (decimal): -8288294 or 14321537. OLE color: 14321537.

HSL color Cylindrical-coordinate representation of color #8187DA: hue angle of 235.96º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8187DA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129135218-
CMYK0.410.3800.15
HSL235.96º54.6%68.04%-
HSV(B)235.96º40.83%85.49%-
XYZ30.3727.0669.95-
YUV142.67170.51118.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=26.76%
G=28.01%
B=45.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291352180.410.3800.15235.9654.668.04
Hex8187DA29260Fec3744
Octal201207332514601735467104
Binary10000001100001111101101010100110011001111111011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8187DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8187DA; }

 p { color: rgb(129,135,218); }

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

<style>
 a { background-color: #8187DA; }

 a { background-color: rgb(129,135,218); }

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

<style>
 span { border-color: #8187DA; }

 span { border-color: rgb(129,135,218); }

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