#7BA2BE

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

Shades of Glacier #7BA2BE

Tints of Glacier #7BA2BE

Color information

#7BA2BE (or 0x7BA2BE) is unknown color: approx Glacier. HEX triplet: 7B, A2 and BE. RGB value is (123,162,190). Sum of RGB (Red+Green+Blue) = 123+162+190=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2BE is #845D41. Grayscale: #999999. Windows color (decimal): -8674626 or 12493435. OLE color: 12493435.

HSL color Cylindrical-coordinate representation of color #7BA2BE: hue angle of 205.07º 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 #7BA2BE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123162190-
CMYK0.350.1500.25
HSL205.07º34.01%61.37%-
HSV(B)205.07º35.26%74.51%-
XYZ30.3833.7753.63-
YUV153.53148.58106.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.89%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 190 (74.61% from 255) = 40%
R=25.89%
G=34.11%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231621900.350.1500.25205.0734.0161.37
Hex7BA2BE23F019cd223d
Octal17324227643170313154275
Binary11110111010001010111110100011111101100111001101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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