Html Css Color HEX #7D9FD0 Polo Blue

📋 copy color: '#7D9FD0'

red 125 ◦ green 159 ◦ blue 208

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

Shades of Polo Blue #7D9FD0

Tints of Polo Blue #7D9FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 25.41%
G = 32.32%
B = 42.28%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7D9FD0 (or 0x7D9FD0) is known color: Polo Blue. HEX triplet: 7D, 9F and D0. RGB value is (125,159,208). Sum of RGB (Red+Green+Blue) = 125+159+208=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D9FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FD0 is #82602F. Grayscale: #9A9A9A. Windows color (decimal): -8544304 or 13672317. OLE color: 13672317.

HSL color Cylindrical-coordinate representation of color #7D9FD0: hue angle of 215.42º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D9FD0 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 159 208 -
CMYK 0.40 0.24 0 0.18
HSL 215.42º 0.47% 0.65% -
HSV(B) 215.42º 0.4% 0.82% -
XYZ 32.24 33.71 64.48 -
YUV 154.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 125 159 208 0.40 0.24 0 0.18 215.42 0.47 0.65
Hex 7D 9F D0 28 18 0 12 D7 2F 41
Octal 175 237 320 50 30 0 22 327 57 101
Binary 1111101 10011111 11010000 101000 11000 0 10010 11010111 101111 1000001

Color Harmonies of #7D9FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FD0

Black with #7D9FD0

Text Example


Text Example

White with #7D9FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,208); }

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

background-color css

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

 a { background-color: rgb(125,159,208); }

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

border-color css

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

 span { border-color: rgb(125,159,208); }

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