#9AA4EE

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

Shades of Perano #9AA4EE

Tints of Perano #9AA4EE

Color information

#9AA4EE (or 0x9AA4EE) is unknown color: approx Perano. HEX triplet: 9A, A4 and EE. RGB value is (154,164,238). Sum of RGB (Red+Green+Blue) = 154+164+238=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AA4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA4EE is #655B11. Grayscale: #A9A9A9. Windows color (decimal): -6642450 or 15639706. OLE color: 15639706.

HSL color Cylindrical-coordinate representation of color #9AA4EE: hue angle of 232.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA4EE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154164238-
CMYK0.350.3100.07
HSL232.86º71.19%76.86%-
HSV(B)232.86º35.29%93.33%-
XYZ42.0339.5986.32-
YUV169.45166.69116.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=27.70%
G=29.50%
B=42.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541642380.350.3100.07232.8671.1976.86
Hex9AA4EE231F07e9474d
Octal232244356433707351107115
Binary1001101010100100111011101000111111101111110100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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