#9CA6FA

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

Shades of Perano #9CA6FA

Tints of Perano #9CA6FA

Color information

#9CA6FA (or 0x9CA6FA) is unknown color: approx Perano. HEX triplet: 9C, A6 and FA. RGB value is (156,166,250). Sum of RGB (Red+Green+Blue) = 156+166+250=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA6FA is #635905. Grayscale: #ACACAC. Windows color (decimal): -6510854 or 16426652. OLE color: 16426652.

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

Color convert

RGB156166250-
CMYK0.380.3400.02
HSL233.62º90.38%79.61%-
HSV(B)233.62º37.6%98.04%-
XYZ44.641.2496.05-
YUV172.59171.69116.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.27%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=27.27%
G=29.02%
B=43.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561662500.380.3400.02233.6290.3879.61
Hex9CA6FA262202ea5a50
Octal234246372464202352132120
Binary1001110010100110111110101001101000100101110101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,250); }

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

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

 a { background-color: rgb(156,166,250); }

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

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

 span { border-color: rgb(156,166,250); }

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