Html Css Color HEX #7D9ACC Polo Blue

📋 copy color: '#7D9ACC'

red 125 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #7D9ACC

Tints of Polo Blue #7D9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 25.88%
G = 31.88%
B = 42.24%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D9ACC (or 0x7D9ACC) is known color: Polo Blue. HEX triplet: 7D, 9A and CC. RGB value is (125,154,204). Sum of RGB (Red+Green+Blue) = 125+154+204=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ACC is #826533. Grayscale: #969696. Windows color (decimal): -8545588 or 13408893. OLE color: 13408893.

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

Color convert

RGB 125 154 204 -
CMYK 0.39 0.25 0 0.2
HSL 217.97º 0.44% 0.65% -
HSV(B) 217.97º 0.39% 0.8% -
XYZ 30.91 31.83 61.64 -
YUV 151.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 125 154 204 0.39 0.25 0 0.2 217.97 0.44 0.65
Hex 7D 9A CC 27 19 0 14 DA 2C 41
Octal 175 232 314 47 31 0 24 332 54 101
Binary 1111101 10011010 11001100 100111 11001 0 10100 11011010 101100 1000001

Color Harmonies of #7D9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9ACC

Black with #7D9ACC

Text Example


Text Example

White with #7D9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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