#8791DA

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

Shades of Portage #8791DA

Tints of Portage #8791DA

Color information

#8791DA (or 0x8791DA) is unknown color: approx Portage. HEX triplet: 87, 91 and DA. RGB value is (135,145,218). Sum of RGB (Red+Green+Blue) = 135+145+218=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8791DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8791DA is #786E25. Grayscale: #969696. Windows color (decimal): -7892518 or 14324103. OLE color: 14324103.

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

Color convert

RGB135145218-
CMYK0.380.3300.15
HSL232.77º52.87%69.22%-
HSV(B)232.77º38.07%85.49%-
XYZ32.7730.4670.48-
YUV150.33166.19117.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=27.11%
G=29.12%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351452180.380.3300.15232.7752.8769.22
Hex8791DA26210Fe93545
Octal207221332464101735165105
Binary10000111100100011101101010011010000101111111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8791DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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