#9AA3EA

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

Shades of Portage #9AA3EA

Tints of Portage #9AA3EA

Color information

#9AA3EA (or 0x9AA3EA) is unknown color: approx Portage. HEX triplet: 9A, A3 and EA. RGB value is (154,163,234). Sum of RGB (Red+Green+Blue) = 154+163+234=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA3EA is #655C15. Grayscale: #A8A8A8. Windows color (decimal): -6642710 or 15377306. OLE color: 15377306.

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

Color convert

RGB154163234-
CMYK0.340.3000.08
HSL233.25º65.57%76.08%-
HSV(B)233.25º34.19%91.76%-
XYZ41.273983.2-
YUV168.4165.02117.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 163 (64.06% from 255) = 29.58%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=27.95%
G=29.58%
B=42.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541632340.340.3000.08233.2565.5776.08
Hex9AA3EA221E08e9424c
Octal2322433524236010351102114
Binary10011010101000111110101010001011110010001110100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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