Html Css Color HEX #7797CF Polo Blue

📋 copy color: '#7797CF'

red 119 ◦ green 151 ◦ blue 207

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

Shades of Polo Blue #7797CF

Tints of Polo Blue #7797CF

RGB

 RED value IS 119 (46.88% from 255) = 24.95%

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

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

R = 24.95%
G = 31.66%
B = 43.4%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7797CF (or 0x7797CF) is known color: Polo Blue. HEX triplet: 77, 97 and CF. RGB value is (119,151,207). Sum of RGB (Red+Green+Blue) = 119+151+207=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #7797CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797CF is #886830. Grayscale: #939393. Windows color (decimal): -8939569 or 13604727. OLE color: 13604727.

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

Color convert

RGB 119 151 207 -
CMYK 0.43 0.27 0 0.19
HSL 218.18º 0.48% 0.64% -
HSV(B) 218.18º 0.43% 0.81% -
XYZ 29.94 30.56 63.35 -
YUV 147.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 119 151 207 0.43 0.27 0 0.19 218.18 0.48 0.64
Hex 77 97 CF 2B 1B 0 13 DA 30 40
Octal 167 227 317 53 33 0 23 332 60 100
Binary 1110111 10010111 11001111 101011 11011 0 10011 11011010 110000 1000000

Color Harmonies of #7797CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797CF

Black with #7797CF

Text Example


Text Example

White with #7797CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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