Html Css Color HEX #7C98CF Polo Blue

📋 copy color: '#7C98CF'

red 124 ◦ green 152 ◦ blue 207

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

Shades of Polo Blue #7C98CF

Tints of Polo Blue #7C98CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.47%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 25.67%
G = 31.47%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C98CF (or 0x7C98CF) is known color: Polo Blue. HEX triplet: 7C, 98 and CF. RGB value is (124,152,207). Sum of RGB (Red+Green+Blue) = 124+152+207=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C98CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98CF is #836730. Grayscale: #959595. Windows color (decimal): -8611633 or 13604988. OLE color: 13604988.

HSL color Cylindrical-coordinate representation of color #7C98CF: hue angle of 219.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C98CF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 152 207 -
CMYK 0.40 0.27 0 0.19
HSL 219.76º 0.46% 0.65% -
HSV(B) 219.76º 0.4% 0.81% -
XYZ 30.8 31.25 63.44 -
YUV 149.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 124 152 207 0.40 0.27 0 0.19 219.76 0.46 0.65
Hex 7C 98 CF 28 1B 0 13 DC 2E 41
Octal 174 230 317 50 33 0 23 334 56 101
Binary 1111100 10011000 11001111 101000 11011 0 10011 11011100 101110 1000001

Color Harmonies of #7C98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C98CF

Black with #7C98CF

Text Example


Text Example

White with #7C98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,152,207); }

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

background-color css

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

 a { background-color: rgb(124,152,207); }

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

border-color css

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

 span { border-color: rgb(124,152,207); }

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