Html Css Color HEX #7D9CCA Polo Blue

📋 copy color: '#7D9CCA'

red 125 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #7D9CCA

Tints of Polo Blue #7D9CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 25.88%
G = 32.3%
B = 41.82%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D9CCA (or 0x7D9CCA) is known color: Polo Blue. HEX triplet: 7D, 9C and CA. RGB value is (125,156,202). Sum of RGB (Red+Green+Blue) = 125+156+202=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CCA is #826335. Grayscale: #979797. Windows color (decimal): -8545078 or 13278333. OLE color: 13278333.

HSL color Cylindrical-coordinate representation of color #7D9CCA: hue angle of 215.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D9CCA is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 156 202 -
CMYK 0.38 0.23 0 0.21
HSL 215.84º 0.42% 0.64% -
HSV(B) 215.84º 0.38% 0.79% -
XYZ 31.01 32.4 60.5 -
YUV 151.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 125 156 202 0.38 0.23 0 0.21 215.84 0.42 0.64
Hex 7D 9C CA 26 17 0 15 D8 2A 40
Octal 175 234 312 46 27 0 25 330 52 100
Binary 1111101 10011100 11001010 100110 10111 0 10101 11011000 101010 1000000

Color Harmonies of #7D9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9CCA

Black with #7D9CCA

Text Example


Text Example

White with #7D9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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