#9AA2F9

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

Shades of Perano #9AA2F9

Tints of Perano #9AA2F9

Color information

#9AA2F9 (or 0x9AA2F9) is unknown color: approx Perano. HEX triplet: 9A, A2 and F9. RGB value is (154,162,249). Sum of RGB (Red+Green+Blue) = 154+162+249=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AA2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2F9 is #655D06. Grayscale: #A9A9A9. Windows color (decimal): -6642951 or 16360090. OLE color: 16360090.

HSL color Cylindrical-coordinate representation of color #9AA2F9: hue angle of 234.95º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AA2F9 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154162249-
CMYK0.380.3500.02
HSL234.95º88.79%79.02%-
HSV(B)234.95º38.15%97.65%-
XYZ43.3539.5594.97-
YUV169.53172.85116.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=27.26%
G=28.67%
B=44.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541622490.380.3500.02234.9588.7979.02
Hex9AA2F9262302eb594f
Octal232242371464302353131117
Binary1001101010100010111110011001101000110101110101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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