Html Css Color HEX #7D9DCB Polo Blue

📋 copy color: '#7D9DCB'

red 125 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #7D9DCB

Tints of Polo Blue #7D9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 25.77%
G = 32.37%
B = 41.86%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D9DCB (or 0x7D9DCB) is known color: Polo Blue. HEX triplet: 7D, 9D and CB. RGB value is (125,157,203). Sum of RGB (Red+Green+Blue) = 125+157+203=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DCB is #826234. Grayscale: #989898. Windows color (decimal): -8544821 or 13344125. OLE color: 13344125.

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

Color convert

RGB 125 157 203 -
CMYK 0.38 0.23 0 0.20
HSL 215.38º 0.43% 0.64% -
HSV(B) 215.38º 0.38% 0.8% -
XYZ 31.29 32.79 61.18 -
YUV 152.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 125 157 203 0.38 0.23 0 0.20 215.38 0.43 0.64
Hex 7D 9D CB 26 17 0 14 D7 2B 40
Octal 175 235 313 46 27 0 24 327 53 100
Binary 1111101 10011101 11001011 100110 10111 0 10100 11010111 101011 1000000

Color Harmonies of #7D9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DCB

Black with #7D9DCB

Text Example


Text Example

White with #7D9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,203); }

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

background-color css

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

 a { background-color: rgb(125,157,203); }

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

border-color css

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

 span { border-color: rgb(125,157,203); }

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