#7CA3BE

Color #7CA3BE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7CA3BE

Tints of Glacier #7CA3BE

Color information

#7CA3BE (or 0x7CA3BE) is unknown color: approx Glacier. HEX triplet: 7C, A3 and BE. RGB value is (124,163,190). Sum of RGB (Red+Green+Blue) = 124+163+190=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CA3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA3BE is #835C41. Grayscale: #9A9A9A. Windows color (decimal): -8608834 or 12493692. OLE color: 12493692.

HSL color Cylindrical-coordinate representation of color #7CA3BE: hue angle of 204.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CA3BE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124163190-
CMYK0.350.1400.25
HSL204.55º33.67%61.57%-
HSV(B)204.55º34.74%74.51%-
XYZ30.734.253.7-
YUV154.42148.08106.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=26.00%
G=34.17%
B=39.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241631900.350.1400.25204.5533.6761.57
Hex7CA3BE23E019cd223e
Octal17424327643160313154276
Binary11111001010001110111110100011111001100111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA3BE; }

 p { color: rgb(124,163,190); }

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

<style>
 a { background-color: #7CA3BE; }

 a { background-color: rgb(124,163,190); }

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

<style>
 span { border-color: #7CA3BE; }

 span { border-color: rgb(124,163,190); }

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