#9AA7EB

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

Shades of Perano #9AA7EB

Tints of Perano #9AA7EB

Color information

#9AA7EB (or 0x9AA7EB) is unknown color: approx Perano. HEX triplet: 9A, A7 and EB. RGB value is (154,167,235). Sum of RGB (Red+Green+Blue) = 154+167+235=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA7EB is #655814. Grayscale: #AAAAAA. Windows color (decimal): -6641685 or 15443866. OLE color: 15443866.

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

Color convert

RGB154167235-
CMYK0.340.2900.08
HSL230.37º66.94%76.27%-
HSV(B)230.37º34.47%92.16%-
XYZ42.1440.5184.19-
YUV170.86164.19115.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=27.70%
G=30.04%
B=42.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541672350.340.2900.08230.3766.9476.27
Hex9AA7EB221D08e6434c
Octal2322473534235010346103114
Binary10011010101001111110101110001011101010001110011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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