#8993CC

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

Shades of Portage #8993CC

Tints of Portage #8993CC

Color information

#8993CC (or 0x8993CC) is unknown color: approx Portage. HEX triplet: 89, 93 and CC. RGB value is (137,147,204). Sum of RGB (Red+Green+Blue) = 137+147+204=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8993CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993CC is #766C33. Grayscale: #969696. Windows color (decimal): -7760948 or 13407113. OLE color: 13407113.

HSL color Cylindrical-coordinate representation of color #8993CC: hue angle of 231.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8993CC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137147204-
CMYK0.330.2800.2
HSL231.04º39.64%66.86%-
HSV(B)231.04º32.84%80%-
XYZ31.6530.5561.35-
YUV150.51158.19118.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=28.07%
G=30.12%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371472040.330.2800.2231.0439.6466.86
Hex8993CC211C014e72843
Octal211223314413402434750103
Binary10001001100100111100110010000111100010100111001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8993CC; }

 p { color: rgb(137,147,204); }

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

<style>
 a { background-color: #8993CC; }

 a { background-color: rgb(137,147,204); }

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

<style>
 span { border-color: #8993CC; }

 span { border-color: rgb(137,147,204); }

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