#9AA2EB

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

Shades of Portage #9AA2EB

Tints of Portage #9AA2EB

Color information

#9AA2EB (or 0x9AA2EB) is unknown color: approx Portage. HEX triplet: 9A, A2 and EB. RGB value is (154,162,235). Sum of RGB (Red+Green+Blue) = 154+162+235=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2EB is #655D14. Grayscale: #A7A7A7. Windows color (decimal): -6642965 or 15442586. OLE color: 15442586.

HSL color Cylindrical-coordinate representation of color #9AA2EB: hue angle of 234.07º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AA2EB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154162235-
CMYK0.340.3100.08
HSL234.07º66.94%76.27%-
HSV(B)234.07º34.47%92.16%-
XYZ41.2438.7183.9-
YUV167.93165.85118.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=27.95%
G=29.40%
B=42.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541622350.340.3100.08234.0766.9476.27
Hex9AA2EB221F08ea434c
Octal2322423534237010352103114
Binary10011010101000101110101110001011111010001110101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,235); }

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

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

 a { background-color: rgb(154,162,235); }

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

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

 span { border-color: rgb(154,162,235); }

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