Html Css Color HEX #7D9ACE Polo Blue

📋 copy color: '#7D9ACE'

red 125 ◦ green 154 ◦ blue 206

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

Shades of Polo Blue #7D9ACE

Tints of Polo Blue #7D9ACE

RGB

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

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

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

R = 25.77%
G = 31.75%
B = 42.47%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D9ACE (or 0x7D9ACE) is known color: Polo Blue. HEX triplet: 7D, 9A and CE. RGB value is (125,154,206). Sum of RGB (Red+Green+Blue) = 125+154+206=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ACE is #826531. Grayscale: #979797. Windows color (decimal): -8545586 or 13539965. OLE color: 13539965.

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

Color convert

RGB 125 154 206 -
CMYK 0.39 0.25 0 0.19
HSL 218.52º 0.45% 0.65% -
HSV(B) 218.52º 0.39% 0.81% -
XYZ 31.15 31.93 62.91 -
YUV 151.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 125 154 206 0.39 0.25 0 0.19 218.52 0.45 0.65
Hex 7D 9A CE 27 19 0 13 DB 2D 41
Octal 175 232 316 47 31 0 23 333 55 101
Binary 1111101 10011010 11001110 100111 11001 0 10011 11011011 101101 1000001

Color Harmonies of #7D9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9ACE

Black with #7D9ACE

Text Example


Text Example

White with #7D9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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