#9A9EE0

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

Shades of Portage #9A9EE0

Tints of Portage #9A9EE0

Color information

#9A9EE0 (or 0x9A9EE0) is unknown color: approx Portage. HEX triplet: 9A, 9E and E0. RGB value is (154,158,224). Sum of RGB (Red+Green+Blue) = 154+158+224=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A9EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EE0 is #65611F. Grayscale: #A4A4A4. Windows color (decimal): -6644000 or 14720666. OLE color: 14720666.

HSL color Cylindrical-coordinate representation of color #9A9EE0: hue angle of 236.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9EE0 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154158224-
CMYK0.310.2900.12
HSL236.57º53.03%74.12%-
HSV(B)236.57º31.25%87.84%-
XYZ39.0136.7175.55-
YUV164.33161.67120.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=28.73%
G=29.48%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1541582240.310.2900.12236.5753.0374.12
Hex9A9EE01F1D0Ced354a
Octal232236340373501435565112
Binary100110101001111011100000111111110101100111011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9EE0; }

 p { color: rgb(154,158,224); }

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

<style>
 a { background-color: #9A9EE0; }

 a { background-color: rgb(154,158,224); }

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

<style>
 span { border-color: #9A9EE0; }

 span { border-color: rgb(154,158,224); }

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