Html Css Color HEX #7D99CD Polo Blue

📋 copy color: '#7D99CD'

red 125 ◦ green 153 ◦ blue 205

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

Shades of Polo Blue #7D99CD

Tints of Polo Blue #7D99CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 25.88%
G = 31.68%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D99CD (or 0x7D99CD) is known color: Polo Blue. HEX triplet: 7D, 99 and CD. RGB value is (125,153,205). Sum of RGB (Red+Green+Blue) = 125+153+205=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D99CD is #826632. Grayscale: #969696. Windows color (decimal): -8545843 or 13474173. OLE color: 13474173.

HSL color Cylindrical-coordinate representation of color #7D99CD: hue angle of 219º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D99CD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 153 205 -
CMYK 0.39 0.25 0 0.20
HSL 219º 0.44% 0.65% -
HSV(B) 219º 0.39% 0.8% -
XYZ 30.87 31.55 62.22 -
YUV 150.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 125 153 205 0.39 0.25 0 0.20 219 0.44 0.65
Hex 7D 99 CD 27 19 0 14 DB 2C 41
Octal 175 231 315 47 31 0 24 333 54 101
Binary 1111101 10011001 11001101 100111 11001 0 10100 11011011 101100 1000001

Color Harmonies of #7D99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D99CD

Black with #7D99CD

Text Example


Text Example

White with #7D99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,153,205); }

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

background-color css

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

 a { background-color: rgb(125,153,205); }

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

border-color css

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

 span { border-color: rgb(125,153,205); }

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