Html Css Color HEX #7D9CBC Polo Blue

📋 copy color: '#7D9CBC'

red 125 ◦ green 156 ◦ blue 188

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

Shades of Polo Blue #7D9CBC

Tints of Polo Blue #7D9CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 26.65%
G = 33.26%
B = 40.09%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D9CBC (or 0x7D9CBC) is known color: Polo Blue. HEX triplet: 7D, 9C and BC. RGB value is (125,156,188). Sum of RGB (Red+Green+Blue) = 125+156+188=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D9CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CBC is #826343. Grayscale: #969696. Windows color (decimal): -8545092 or 12360829. OLE color: 12360829.

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

Color convert

RGB 125 156 188 -
CMYK 0.34 0.17 0 0.26
HSL 210.48º 0.32% 0.61% -
HSV(B) 210.48º 0.34% 0.74% -
XYZ 29.42 31.77 52.16 -
YUV 150.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 125 156 188 0.34 0.17 0 0.26 210.48 0.32 0.61
Hex 7D 9C BC 22 11 0 1A D2 20 3D
Octal 175 234 274 42 21 0 32 322 40 75
Binary 1111101 10011100 10111100 100010 10001 0 11010 11010010 100000 111101

Color Harmonies of #7D9CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9CBC

Black with #7D9CBC

Text Example


Text Example

White with #7D9CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,156,188); }

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

background-color css

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

 a { background-color: rgb(125,156,188); }

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

border-color css

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

 span { border-color: rgb(125,156,188); }

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