#7BA5BE

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

Shades of Glacier #7BA5BE

Tints of Glacier #7BA5BE

Color information

#7BA5BE (or 0x7BA5BE) is unknown color: approx Glacier. HEX triplet: 7B, A5 and BE. RGB value is (123,165,190). Sum of RGB (Red+Green+Blue) = 123+165+190=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5BE is #845A41. Grayscale: #9B9B9B. Windows color (decimal): -8673858 or 12494203. OLE color: 12494203.

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

Color convert

RGB123165190-
CMYK0.350.1300.25
HSL202.39º34.01%61.37%-
HSV(B)202.39º35.26%74.51%-
XYZ30.9234.8453.81-
YUV155.29147.59104.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.73%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=25.73%
G=34.52%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231651900.350.1300.25202.3934.0161.37
Hex7BA5BE23D019ca223d
Octal17324527643150313124275
Binary11110111010010110111110100011110101100111001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,165,190); }

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

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

 a { background-color: rgb(123,165,190); }

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

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

 span { border-color: rgb(123,165,190); }

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