Html Css Color HEX #7C99BF Polo Blue

📋 copy color: '#7C99BF'

red 124 ◦ green 153 ◦ blue 191

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

Shades of Polo Blue #7C99BF

Tints of Polo Blue #7C99BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 26.5%
G = 32.69%
B = 40.81%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C99BF (or 0x7C99BF) is known color: Polo Blue. HEX triplet: 7C, 99 and BF. RGB value is (124,153,191). Sum of RGB (Red+Green+Blue) = 124+153+191=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C99BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C99BF is #836640. Grayscale: #949494. Windows color (decimal): -8611393 or 12556668. OLE color: 12556668.

HSL color Cylindrical-coordinate representation of color #7C99BF: hue angle of 214.03º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C99BF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 153 191 -
CMYK 0.35 0.20 0 0.25
HSL 214.03º 0.34% 0.62% -
HSV(B) 214.03º 0.35% 0.75% -
XYZ 29.11 30.83 53.71 -
YUV 148.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 124 153 191 0.35 0.20 0 0.25 214.03 0.34 0.62
Hex 7C 99 BF 23 14 0 19 D6 22 3E
Octal 174 231 277 43 24 0 31 326 42 76
Binary 1111100 10011001 10111111 100011 10100 0 11001 11010110 100010 111110

Color Harmonies of #7C99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99BF

Black with #7C99BF

Text Example


Text Example

White with #7C99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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