#9AA7DF

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

Shades of Portage #9AA7DF

Tints of Portage #9AA7DF

Color information

#9AA7DF (or 0x9AA7DF) is unknown color: approx Portage. HEX triplet: 9A, A7 and DF. RGB value is (154,167,223). Sum of RGB (Red+Green+Blue) = 154+167+223=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7DF is #655820. Grayscale: #A9A9A9. Windows color (decimal): -6641697 or 14657434. OLE color: 14657434.

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

Color convert

RGB154167223-
CMYK0.310.2500.13
HSL228.7º51.88%73.92%-
HSV(B)228.7º30.94%87.45%-
XYZ40.4639.8475.37-
YUV169.5158.19116.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.31%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=28.31%
G=30.70%
B=40.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541672230.310.2500.13228.751.8873.92
Hex9AA7DF1F190De5344a
Octal232247337373101534564112
Binary100110101010011111011111111111100101101111001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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