Html Css Color HEX #7997CF Polo Blue

📋 copy color: '#7997CF'

red 121 ◦ green 151 ◦ blue 207

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

Shades of Polo Blue #7997CF

Tints of Polo Blue #7997CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 25.26%
G = 31.52%
B = 43.22%

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

#7997CF (or 0x7997CF) is known color: Polo Blue. HEX triplet: 79, 97 and CF. RGB value is (121,151,207). Sum of RGB (Red+Green+Blue) = 121+151+207=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #7997CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997CF is #866830. Grayscale: #949494. Windows color (decimal): -8808497 or 13604729. OLE color: 13604729.

HSL color Cylindrical-coordinate representation of color #7997CF: hue angle of 219.07º 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 #7997CF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 151 207 -
CMYK 0.42 0.27 0 0.19
HSL 219.07º 0.47% 0.64% -
HSV(B) 219.07º 0.42% 0.81% -
XYZ 30.21 30.7 63.37 -
YUV 148.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 121 151 207 0.42 0.27 0 0.19 219.07 0.47 0.64
Hex 79 97 CF 2A 1B 0 13 DB 2F 40
Octal 171 227 317 52 33 0 23 333 57 100
Binary 1111001 10010111 11001111 101010 11011 0 10011 11011011 101111 1000000

Color Harmonies of #7997CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997CF

Black with #7997CF

Text Example


Text Example

White with #7997CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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