Html Css Color HEX #7DA3CE Polo Blue

📋 copy color: '#7DA3CE'

red 125 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #7DA3CE

Tints of Polo Blue #7DA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 25.3%
G = 33%
B = 41.7%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DA3CE (or 0x7DA3CE) is known color: Polo Blue. HEX triplet: 7D, A3 and CE. RGB value is (125,163,206). Sum of RGB (Red+Green+Blue) = 125+163+206=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA3CE is #825C31. Grayscale: #9C9C9C. Windows color (decimal): -8543282 or 13542269. OLE color: 13542269.

HSL color Cylindrical-coordinate representation of color #7DA3CE: hue angle of 211.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA3CE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 163 206 -
CMYK 0.39 0.21 0 0.19
HSL 211.85º 0.45% 0.65% -
HSV(B) 211.85º 0.39% 0.81% -
XYZ 32.7 35.01 63.43 -
YUV 156.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 125 163 206 0.39 0.21 0 0.19 211.85 0.45 0.65
Hex 7D A3 CE 27 15 0 13 D4 2D 41
Octal 175 243 316 47 25 0 23 324 55 101
Binary 1111101 10100011 11001110 100111 10101 0 10011 11010100 101101 1000001

Color Harmonies of #7DA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA3CE

Black with #7DA3CE

Text Example


Text Example

White with #7DA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,163,206); }

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

background-color css

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

 a { background-color: rgb(125,163,206); }

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

border-color css

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

 span { border-color: rgb(125,163,206); }

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