#8794DA

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

Shades of Portage #8794DA

Tints of Portage #8794DA

Color information

#8794DA (or 0x8794DA) is unknown color: approx Portage. HEX triplet: 87, 94 and DA. RGB value is (135,148,218). Sum of RGB (Red+Green+Blue) = 135+148+218=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8794DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794DA is #786B25. Grayscale: #979797. Windows color (decimal): -7891750 or 14324871. OLE color: 14324871.

HSL color Cylindrical-coordinate representation of color #8794DA: hue angle of 230.6º 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 #8794DA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135148218-
CMYK0.380.3200.15
HSL230.6º52.87%69.22%-
HSV(B)230.6º38.07%85.49%-
XYZ33.2431.3970.64-
YUV152.09165.19115.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=26.95%
G=29.54%
B=43.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351482180.380.3200.15230.652.8769.22
Hex8794DA26200Fe73545
Octal207224332464001734765105
Binary10000111100101001101101010011010000001111111001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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