#9AA3EB

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

Shades of Portage #9AA3EB

Tints of Portage #9AA3EB

Color information

#9AA3EB (or 0x9AA3EB) is unknown color: approx Portage. HEX triplet: 9A, A3 and EB. RGB value is (154,163,235). Sum of RGB (Red+Green+Blue) = 154+163+235=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AA3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA3EB is #655C14. Grayscale: #A8A8A8. Windows color (decimal): -6642709 or 15442842. OLE color: 15442842.

HSL color Cylindrical-coordinate representation of color #9AA3EB: hue angle of 233.33º 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 #9AA3EB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154163235-
CMYK0.340.3100.08
HSL233.33º66.94%76.27%-
HSV(B)233.33º34.47%92.16%-
XYZ41.4239.0683.95-
YUV168.52165.52117.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=27.90%
G=29.53%
B=42.57%

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
Decimal1541632350.340.3100.08233.3366.9476.27
Hex9AA3EB221F08e9434c
Octal2322433534237010351103114
Binary10011010101000111110101110001011111010001110100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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