Html Css Color HEX #7C9ACD Polo Blue

📋 copy color: '#7C9ACD'

red 124 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #7C9ACD

Tints of Polo Blue #7C9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

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

R = 25.67%
G = 31.88%
B = 42.44%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C9ACD (or 0x7C9ACD) is known color: Polo Blue. HEX triplet: 7C, 9A and CD. RGB value is (124,154,205). Sum of RGB (Red+Green+Blue) = 124+154+205=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ACD is #836532. Grayscale: #969696. Windows color (decimal): -8611123 or 13474428. OLE color: 13474428.

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

Color convert

RGB 124 154 205 -
CMYK 0.40 0.25 0 0.20
HSL 217.78º 0.45% 0.65% -
HSV(B) 217.78º 0.4% 0.8% -
XYZ 30.89 31.8 62.27 -
YUV 150.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 124 154 205 0.40 0.25 0 0.20 217.78 0.45 0.65
Hex 7C 9A CD 28 19 0 14 DA 2D 41
Octal 174 232 315 50 31 0 24 332 55 101
Binary 1111100 10011010 11001101 101000 11001 0 10100 11011010 101101 1000001

Color Harmonies of #7C9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9ACD

Black with #7C9ACD

Text Example


Text Example

White with #7C9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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