Html Css Color HEX #7C9BCD Polo Blue

📋 copy color: '#7C9BCD'

red 124 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #7C9BCD

Tints of Polo Blue #7C9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

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

R = 25.62%
G = 32.02%
B = 42.36%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C9BCD (or 0x7C9BCD) is known color: Polo Blue. HEX triplet: 7C, 9B and CD. RGB value is (124,155,205). Sum of RGB (Red+Green+Blue) = 124+155+205=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BCD is #836432. Grayscale: #979797. Windows color (decimal): -8610867 or 13474684. OLE color: 13474684.

HSL color Cylindrical-coordinate representation of color #7C9BCD: hue angle of 217.04º 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 #7C9BCD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 155 205 -
CMYK 0.40 0.24 0 0.20
HSL 217.04º 0.45% 0.65% -
HSV(B) 217.04º 0.4% 0.8% -
XYZ 31.05 32.14 62.32 -
YUV 151.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 124 155 205 0.40 0.24 0 0.20 217.04 0.45 0.65
Hex 7C 9B CD 28 18 0 14 D9 2D 41
Octal 174 233 315 50 30 0 24 331 55 101
Binary 1111100 10011011 11001101 101000 11000 0 10100 11011001 101101 1000001

Color Harmonies of #7C9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9BCD

Black with #7C9BCD

Text Example


Text Example

White with #7C9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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