Html Css Color HEX #7C9DCD Polo Blue

📋 copy color: '#7C9DCD'

red 124 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #7C9DCD

Tints of Polo Blue #7C9DCD

RGB

 RED value IS 124 (48.83% from 255) = 25.51%

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 25.51%
G = 32.3%
B = 42.18%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C9DCD (or 0x7C9DCD) is known color: Polo Blue. HEX triplet: 7C, 9D and CD. RGB value is (124,157,205). Sum of RGB (Red+Green+Blue) = 124+157+205=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DCD is #836232. Grayscale: #989898. Windows color (decimal): -8610355 or 13475196. OLE color: 13475196.

HSL color Cylindrical-coordinate representation of color #7C9DCD: hue angle of 215.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C9DCD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 157 205 -
CMYK 0.40 0.23 0 0.20
HSL 215.56º 0.45% 0.65% -
HSV(B) 215.56º 0.4% 0.8% -
XYZ 31.39 32.81 62.44 -
YUV 152.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 124 157 205 0.40 0.23 0 0.20 215.56 0.45 0.65
Hex 7C 9D CD 28 17 0 14 D8 2D 41
Octal 174 235 315 50 27 0 24 330 55 101
Binary 1111100 10011101 11001101 101000 10111 0 10100 11011000 101101 1000001

Color Harmonies of #7C9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9DCD

Black with #7C9DCD

Text Example


Text Example

White with #7C9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,157,205); }

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

background-color css

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

 a { background-color: rgb(124,157,205); }

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

border-color css

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

 span { border-color: rgb(124,157,205); }

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