#9CA2F1

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

Shades of Perano #9CA2F1

Tints of Perano #9CA2F1

Color information

#9CA2F1 (or 0x9CA2F1) is unknown color: approx Perano. HEX triplet: 9C, A2 and F1. RGB value is (156,162,241). Sum of RGB (Red+Green+Blue) = 156+162+241=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CA2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA2F1 is #635D0E. Grayscale: #A8A8A8. Windows color (decimal): -6511887 or 15835804. OLE color: 15835804.

HSL color Cylindrical-coordinate representation of color #9CA2F1: hue angle of 235.76º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CA2F1 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156162241-
CMYK0.350.3300.05
HSL235.76º75.22%77.84%-
HSV(B)235.76º35.27%94.51%-
XYZ42.5139.2688.56-
YUV169.21168.51118.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=27.91%
G=28.98%
B=43.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561622410.350.3300.05235.7675.2277.84
Hex9CA2F1232105ec4b4e
Octal234242361434105354113116
Binary10011100101000101111000110001110000101011110110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,241); }

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

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

 a { background-color: rgb(156,162,241); }

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

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

 span { border-color: rgb(156,162,241); }

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