Html Css Color HEX #7BA4BE Glacier

📋 copy color: '#7BA4BE'

red 123 ◦ green 164 ◦ blue 190

#7BA4BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #7BA4BE

Tints of Glacier #7BA4BE

RGB

 RED value IS 123 (48.44% from 255) = 25.79%

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 25.79%
G = 34.38%
B = 39.83%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BA4BE (or 0x7BA4BE) is known color: Glacier. HEX triplet: 7B, A4 and BE. RGB value is (123,164,190). Sum of RGB (Red+Green+Blue) = 123+164+190=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 164 (64.45% from 255 or 34.38% 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 #7BA4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4BE is #845B41. Grayscale: #9A9A9A. Windows color (decimal): -8674114 or 12493947. OLE color: 12493947.

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

Color convert

RGB 123 164 190 -
CMYK 0.35 0.14 0 0.25
HSL 203.28º 0.34% 0.61% -
HSV(B) 203.28º 0.35% 0.75% -
XYZ 30.74 34.48 53.75 -
YUV 154.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 123 164 190 0.35 0.14 0 0.25 203.28 0.34 0.61
Hex 7B A4 BE 23 E 0 19 CB 22 3D
Octal 173 244 276 43 16 0 31 313 42 75
Binary 1111011 10100100 10111110 100011 1110 0 11001 11001011 100010 111101

Color Harmonies of #7BA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4BE

Black with #7BA4BE

Text Example


Text Example

White with #7BA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BA4BE;
 }
 .AnyTagClassName
 {
   color: #7BA4BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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