#9AA2F7

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

Shades of Perano #9AA2F7

Tints of Perano #9AA2F7

Color information

#9AA2F7 (or 0x9AA2F7) is unknown color: approx Perano. HEX triplet: 9A, A2 and F7. RGB value is (154,162,247). Sum of RGB (Red+Green+Blue) = 154+162+247=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #9AA2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2F7 is #655D08. Grayscale: #A8A8A8. Windows color (decimal): -6642953 or 16229018. OLE color: 16229018.

HSL color Cylindrical-coordinate representation of color #9AA2F7: hue angle of 234.84º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AA2F7 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154162247-
CMYK0.380.3400.03
HSL234.84º85.32%78.63%-
HSV(B)234.84º37.65%96.86%-
XYZ43.0439.4393.34-
YUV169.3171.85117.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=27.35%
G=28.77%
B=43.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541622470.380.3400.03234.8485.3278.63
Hex9AA2F7262203eb554f
Octal232242367464203353125117
Binary1001101010100010111101111001101000100111110101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,247); }

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

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

 a { background-color: rgb(154,162,247); }

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

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

 span { border-color: rgb(154,162,247); }

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