Html Css Color HEX #7998CF Polo Blue

📋 copy color: '#7998CF'

red 121 ◦ green 152 ◦ blue 207

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

Shades of Polo Blue #7998CF

Tints of Polo Blue #7998CF

RGB

 RED value IS 121 (47.66% from 255) = 25.21%

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

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

R = 25.21%
G = 31.67%
B = 43.13%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7998CF (or 0x7998CF) is known color: Polo Blue. HEX triplet: 79, 98 and CF. RGB value is (121,152,207). Sum of RGB (Red+Green+Blue) = 121+152+207=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #7998CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998CF is #866730. Grayscale: #949494. Windows color (decimal): -8808241 or 13604985. OLE color: 13604985.

HSL color Cylindrical-coordinate representation of color #7998CF: hue angle of 218.37º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7998CF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 152 207 -
CMYK 0.42 0.27 0 0.19
HSL 218.37º 0.47% 0.64% -
HSV(B) 218.37º 0.42% 0.81% -
XYZ 30.38 31.03 63.42 -
YUV 149 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 121 152 207 0.42 0.27 0 0.19 218.37 0.47 0.64
Hex 79 98 CF 2A 1B 0 13 DA 2F 40
Octal 171 230 317 52 33 0 23 332 57 100
Binary 1111001 10011000 11001111 101010 11011 0 10011 11011010 101111 1000000

Color Harmonies of #7998CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998CF

Black with #7998CF

Text Example


Text Example

White with #7998CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7998CF; }

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

 H1.HeaderClassName
 {
   color: #7998CF;
 }
 .AnyTagClassName
 {
   color: #7998CF;
 }
</style>

background-color css

<style>
 a { background-color: #7998CF; }

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

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

border-color css

<style>
 span { border-color: #7998CF; }

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

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