#7CA7BC

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

Shades of Glacier #7CA7BC

Tints of Glacier #7CA7BC

Color information

#7CA7BC (or 0x7CA7BC) is unknown color: approx Glacier. HEX triplet: 7C, A7 and BC. RGB value is (124,167,188). Sum of RGB (Red+Green+Blue) = 124+167+188=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CA7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA7BC is #835843. Grayscale: #9C9C9C. Windows color (decimal): -8607812 or 12363644. OLE color: 12363644.

HSL color Cylindrical-coordinate representation of color #7CA7BC: hue angle of 199.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CA7BC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124167188-
CMYK0.340.1100.26
HSL199.69º32.32%61.18%-
HSV(B)199.69º34.04%73.73%-
XYZ31.2135.5552.79-
YUV156.54145.75104.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=25.89%
G=34.86%
B=39.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241671880.340.1100.26199.6932.3261.18
Hex7CA7BC22B01Ac8203d
Octal17424727442130323104075
Binary11111001010011110111100100010101101101011001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,188); }

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

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

 a { background-color: rgb(124,167,188); }

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

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

 span { border-color: rgb(124,167,188); }

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