Html Css Color HEX #7DA2BE Polo Blue

📋 copy color: '#7DA2BE'

red 125 ◦ green 162 ◦ blue 190

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

Shades of Polo Blue #7DA2BE

Tints of Polo Blue #7DA2BE

RGB

 RED value IS 125 (49.22% from 255) = 26.21%

 GREEN value IS 162 (63.67% from 255) = 33.96%

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

R = 26.21%
G = 33.96%
B = 39.83%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DA2BE (or 0x7DA2BE) is known color: Polo Blue. HEX triplet: 7D, A2 and BE. RGB value is (125,162,190). Sum of RGB (Red+Green+Blue) = 125+162+190=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 162 (63.67% from 255 or 33.96% 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 #7DA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2BE is #825D41. Grayscale: #999999. Windows color (decimal): -8543554 or 12493437. OLE color: 12493437.

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

Color convert

RGB 125 162 190 -
CMYK 0.34 0.15 0 0.25
HSL 205.85º 0.33% 0.62% -
HSV(B) 205.85º 0.34% 0.75% -
XYZ 30.67 33.92 53.65 -
YUV 154.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 125 162 190 0.34 0.15 0 0.25 205.85 0.33 0.62
Hex 7D A2 BE 22 F 0 19 CE 21 3E
Octal 175 242 276 42 17 0 31 316 41 76
Binary 1111101 10100010 10111110 100010 1111 0 11001 11001110 100001 111110

Color Harmonies of #7DA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA2BE

Black with #7DA2BE

Text Example


Text Example

White with #7DA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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