#7DA4BD

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

Shades of Glacier #7DA4BD

Tints of Glacier #7DA4BD

Color information

#7DA4BD (or 0x7DA4BD) is unknown color: approx Glacier. HEX triplet: 7D, A4 and BD. RGB value is (125,164,189). Sum of RGB (Red+Green+Blue) = 125+164+189=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DA4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA4BD is #825B42. Grayscale: #9B9B9B. Windows color (decimal): -8543043 or 12428413. OLE color: 12428413.

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

Color convert

RGB125164189-
CMYK0.340.1300.26
HSL203.44º32.65%61.57%-
HSV(B)203.44º33.86%74.12%-
XYZ30.9234.5953.19-
YUV155.19147.08106.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=26.15%
G=34.31%
B=39.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251641890.340.1300.26203.4432.6561.57
Hex7DA4BD22D01Acb213e
Octal17524427542150323134176
Binary11111011010010010111101100010110101101011001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,189); }

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

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

 a { background-color: rgb(125,164,189); }

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

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

 span { border-color: rgb(125,164,189); }

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