#9CA9EB

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

Shades of Perano #9CA9EB

Tints of Perano #9CA9EB

Color information

#9CA9EB (or 0x9CA9EB) is unknown color: approx Perano. HEX triplet: 9C, A9 and EB. RGB value is (156,169,235). Sum of RGB (Red+Green+Blue) = 156+169+235=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CA9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA9EB is #635614. Grayscale: #ACACAC. Windows color (decimal): -6510101 or 15444380. OLE color: 15444380.

HSL color Cylindrical-coordinate representation of color #9CA9EB: hue angle of 230.13º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CA9EB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156169235-
CMYK0.340.2800.08
HSL230.13º66.39%76.67%-
HSV(B)230.13º33.62%92.16%-
XYZ42.8941.4484.34-
YUV172.64163.19116.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=27.86%
G=30.18%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561692350.340.2800.08230.1366.3976.67
Hex9CA9EB221C08e6424d
Octal2342513534234010346102115
Binary10011100101010011110101110001011100010001110011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,235); }

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

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

 a { background-color: rgb(156,169,235); }

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

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

 span { border-color: rgb(156,169,235); }

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