#8996DA

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

Shades of Portage #8996DA

Tints of Portage #8996DA

Color information

#8996DA (or 0x8996DA) is unknown color: approx Portage. HEX triplet: 89, 96 and DA. RGB value is (137,150,218). Sum of RGB (Red+Green+Blue) = 137+150+218=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #8996DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DA is #766925. Grayscale: #999999. Windows color (decimal): -7760166 or 14325385. OLE color: 14325385.

HSL color Cylindrical-coordinate representation of color #8996DA: hue angle of 230.37º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8996DA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137150218-
CMYK0.370.3100.15
HSL230.37º52.26%69.61%-
HSV(B)230.37º37.16%85.49%-
XYZ33.8832.1970.76-
YUV153.86164.19115.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=27.13%
G=29.70%
B=43.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371502180.370.3100.15230.3752.2669.61
Hex8996DA251F0Fe63446
Octal211226332453701734664106
Binary1000100110010110110110101001011111101111111001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,150,218); }

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

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

 a { background-color: rgb(137,150,218); }

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

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

 span { border-color: rgb(137,150,218); }

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