#9AA7DE

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

Shades of Portage #9AA7DE

Tints of Portage #9AA7DE

Color information

#9AA7DE (or 0x9AA7DE) is unknown color: approx Portage. HEX triplet: 9A, A7 and DE. RGB value is (154,167,222). Sum of RGB (Red+Green+Blue) = 154+167+222=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7DE is #655821. Grayscale: #A9A9A9. Windows color (decimal): -6641698 or 14591898. OLE color: 14591898.

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

Color convert

RGB154167222-
CMYK0.310.2500.13
HSL228.53º50.75%73.73%-
HSV(B)228.53º30.63%87.06%-
XYZ40.3339.7874.66-
YUV169.38157.69117.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=28.36%
G=30.76%
B=40.88%

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
Decimal1541672220.310.2500.13228.5350.7573.73
Hex9AA7DE1F190De5334a
Octal232247336373101534563112
Binary100110101010011111011110111111100101101111001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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