#8996DF

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

Shades of Portage #8996DF

Tints of Portage #8996DF

Color information

#8996DF (or 0x8996DF) is unknown color: approx Portage. HEX triplet: 89, 96 and DF. RGB value is (137,150,223). Sum of RGB (Red+Green+Blue) = 137+150+223=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #8996DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996DF is #766920. Grayscale: #9A9A9A. Windows color (decimal): -7760161 or 14653065. OLE color: 14653065.

HSL color Cylindrical-coordinate representation of color #8996DF: hue angle of 230.93º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8996DF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137150223-
CMYK0.390.3300.13
HSL230.93º57.33%70.59%-
HSV(B)230.93º38.57%87.45%-
XYZ34.5432.4674.26-
YUV154.44166.69115.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=26.86%
G=29.41%
B=43.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371502230.390.3300.13230.9357.3370.59
Hex8996DF27210De73947
Octal211226337474101534771107
Binary10001001100101101101111110011110000101101111001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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