Html Css Color HEX #7D9ABF Polo Blue

📋 copy color: '#7D9ABF'

red 125 ◦ green 154 ◦ blue 191

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

Shades of Polo Blue #7D9ABF

Tints of Polo Blue #7D9ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

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

R = 26.6%
G = 32.77%
B = 40.64%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D9ABF (or 0x7D9ABF) is known color: Polo Blue. HEX triplet: 7D, 9A and BF. RGB value is (125,154,191). Sum of RGB (Red+Green+Blue) = 125+154+191=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D9ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ABF is #826540. Grayscale: #959595. Windows color (decimal): -8545601 or 12556925. OLE color: 12556925.

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

Color convert

RGB 125 154 191 -
CMYK 0.35 0.19 0 0.25
HSL 213.64º 0.34% 0.62% -
HSV(B) 213.64º 0.35% 0.75% -
XYZ 29.42 31.23 53.77 -
YUV 149.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 125 154 191 0.35 0.19 0 0.25 213.64 0.34 0.62
Hex 7D 9A BF 23 13 0 19 D6 22 3E
Octal 175 232 277 43 23 0 31 326 42 76
Binary 1111101 10011010 10111111 100011 10011 0 11001 11010110 100010 111110

Color Harmonies of #7D9ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9ABF

Black with #7D9ABF

Text Example


Text Example

White with #7D9ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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