#8993CA

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

Shades of Portage #8993CA

Tints of Portage #8993CA

Color information

#8993CA (or 0x8993CA) is unknown color: approx Portage. HEX triplet: 89, 93 and CA. RGB value is (137,147,202). Sum of RGB (Red+Green+Blue) = 137+147+202=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8993CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993CA is #766C35. Grayscale: #969696. Windows color (decimal): -7760950 or 13276041. OLE color: 13276041.

HSL color Cylindrical-coordinate representation of color #8993CA: hue angle of 230.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8993CA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137147202-
CMYK0.320.2700.21
HSL230.77º38.01%66.47%-
HSV(B)230.77º32.18%79.22%-
XYZ31.4130.4560.1-
YUV150.28157.19118.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=28.19%
G=30.25%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371472020.320.2700.21230.7738.0166.47
Hex8993CA201B015e72642
Octal211223312403302534746102
Binary10001001100100111100101010000011011010101111001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8993CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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