#9CA4FC

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

Shades of Perano #9CA4FC

Tints of Perano #9CA4FC

Color information

#9CA4FC (or 0x9CA4FC) is unknown color: approx Perano. HEX triplet: 9C, A4 and FC. RGB value is (156,164,252). Sum of RGB (Red+Green+Blue) = 156+164+252=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CA4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA4FC is #635B03. Grayscale: #ABABAB. Windows color (decimal): -6511364 or 16557212. OLE color: 16557212.

HSL color Cylindrical-coordinate representation of color #9CA4FC: hue angle of 235º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA4FC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156164252-
CMYK0.380.3500.01
HSL235º94.12%80%-
HSV(B)235º38.1%98.82%-
XYZ44.5640.6597.59-
YUV171.64173.35116.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.27%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=27.27%
G=28.67%
B=44.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561642520.380.3500.0123594.1280
Hex9CA4FC262301eb5e50
Octal234244374464301353136120
Binary100111001010010011111100100110100011011110101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,252); }

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

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

 a { background-color: rgb(156,164,252); }

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

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

 span { border-color: rgb(156,164,252); }

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