#9AA4DF

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

Shades of Portage #9AA4DF

Tints of Portage #9AA4DF

Color information

#9AA4DF (or 0x9AA4DF) is unknown color: approx Portage. HEX triplet: 9A, A4 and DF. RGB value is (154,164,223). Sum of RGB (Red+Green+Blue) = 154+164+223=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4DF is #655B20. Grayscale: #A7A7A7. Windows color (decimal): -6642465 or 14656666. OLE color: 14656666.

HSL color Cylindrical-coordinate representation of color #9AA4DF: hue angle of 231.3º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA4DF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154164223-
CMYK0.310.2600.13
HSL231.3º51.88%73.92%-
HSV(B)231.3º30.94%87.45%-
XYZ39.9238.7575.19-
YUV167.74159.19118.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.47%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=28.47%
G=30.31%
B=41.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541642230.310.2600.13231.351.8873.92
Hex9AA4DF1F1A0De7344a
Octal232244337373201534764112
Binary100110101010010011011111111111101001101111001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,223); }

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

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

 a { background-color: rgb(154,164,223); }

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

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

 span { border-color: rgb(154,164,223); }

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