Html Css Color HEX #7DA1BF Polo Blue

📋 copy color: '#7DA1BF'

red 125 ◦ green 161 ◦ blue 191

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

Shades of Polo Blue #7DA1BF

Tints of Polo Blue #7DA1BF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.75%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 26.21%
G = 33.75%
B = 40.04%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DA1BF (or 0x7DA1BF) is known color: Polo Blue. HEX triplet: 7D, A1 and BF. RGB value is (125,161,191). Sum of RGB (Red+Green+Blue) = 125+161+191=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DA1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA1BF is #825E40. Grayscale: #999999. Windows color (decimal): -8543809 or 12558717. OLE color: 12558717.

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

Color convert

RGB 125 161 191 -
CMYK 0.35 0.16 0 0.25
HSL 207.27º 0.34% 0.62% -
HSV(B) 207.27º 0.35% 0.75% -
XYZ 30.61 33.61 54.16 -
YUV 153.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 125 161 191 0.35 0.16 0 0.25 207.27 0.34 0.62
Hex 7D A1 BF 23 10 0 19 CF 22 3E
Octal 175 241 277 43 20 0 31 317 42 76
Binary 1111101 10100001 10111111 100011 10000 0 11001 11001111 100010 111110

Color Harmonies of #7DA1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA1BF

Black with #7DA1BF

Text Example


Text Example

White with #7DA1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,191); }

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

background-color css

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

 a { background-color: rgb(125,161,191); }

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

border-color css

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

 span { border-color: rgb(125,161,191); }

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