#9FA9FD

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

Shades of Perano #9FA9FD

Tints of Perano #9FA9FD

Color information

#9FA9FD (or 0x9FA9FD) is unknown color: approx Perano. HEX triplet: 9F, A9 and FD. RGB value is (159,169,253). Sum of RGB (Red+Green+Blue) = 159+169+253=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FA9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA9FD is #605602. Grayscale: #AFAFAF. Windows color (decimal): -6313475 or 16624031. OLE color: 16624031.

HSL color Cylindrical-coordinate representation of color #9FA9FD: hue angle of 233.62º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA9FD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159169253-
CMYK0.370.3300.01
HSL233.62º95.92%80.78%-
HSV(B)233.62º37.15%99.22%-
XYZ46.2242.8498.76-
YUV175.59171.69116.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=27.37%
G=29.09%
B=43.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591692530.370.3300.01233.6295.9280.78
Hex9FA9FD252101ea6051
Octal237251375454101352140121
Binary100111111010100111111101100101100001011110101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,253); }

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

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

 a { background-color: rgb(159,169,253); }

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

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

 span { border-color: rgb(159,169,253); }

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