Html Css Color HEX #7C99CD Polo Blue

📋 copy color: '#7C99CD'

red 124 ◦ green 153 ◦ blue 205

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

Shades of Polo Blue #7C99CD

Tints of Polo Blue #7C99CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

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

R = 25.73%
G = 31.74%
B = 42.53%

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

#7C99CD (or 0x7C99CD) is known color: Polo Blue. HEX triplet: 7C, 99 and CD. RGB value is (124,153,205). Sum of RGB (Red+Green+Blue) = 124+153+205=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C99CD is #836632. Grayscale: #969696. Windows color (decimal): -8611379 or 13474172. OLE color: 13474172.

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

Color convert

RGB 124 153 205 -
CMYK 0.40 0.25 0 0.20
HSL 218.52º 0.45% 0.65% -
HSV(B) 218.52º 0.4% 0.8% -
XYZ 30.72 31.48 62.21 -
YUV 150.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 124 153 205 0.40 0.25 0 0.20 218.52 0.45 0.65
Hex 7C 99 CD 28 19 0 14 DB 2D 41
Octal 174 231 315 50 31 0 24 333 55 101
Binary 1111100 10011001 11001101 101000 11001 0 10100 11011011 101101 1000001

Color Harmonies of #7C99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99CD

Black with #7C99CD

Text Example


Text Example

White with #7C99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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