#9AA3F7

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

Shades of Perano #9AA3F7

Tints of Perano #9AA3F7

Color information

#9AA3F7 (or 0x9AA3F7) is unknown color: approx Perano. HEX triplet: 9A, A3 and F7. RGB value is (154,163,247). Sum of RGB (Red+Green+Blue) = 154+163+247=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #9AA3F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA3F7 is #655C08. Grayscale: #A9A9A9. Windows color (decimal): -6642697 or 16229274. OLE color: 16229274.

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

Color convert

RGB154163247-
CMYK0.380.3400.03
HSL234.19º85.32%78.63%-
HSV(B)234.19º37.65%96.86%-
XYZ43.2139.7893.4-
YUV169.88171.52116.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 247 (96.88% from 255) = 43.79%
R=27.30%
G=28.90%
B=43.79%

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
Decimal1541632470.380.3400.03234.1985.3278.63
Hex9AA3F7262203ea554f
Octal232243367464203352125117
Binary1001101010100011111101111001101000100111110101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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