Html Css Color HEX #7796CF Polo Blue

📋 copy color: '#7796CF'

red 119 ◦ green 150 ◦ blue 207

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

Shades of Polo Blue #7796CF

Tints of Polo Blue #7796CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 25%
G = 31.51%
B = 43.49%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7796CF (or 0x7796CF) is known color: Polo Blue. HEX triplet: 77, 96 and CF. RGB value is (119,150,207). Sum of RGB (Red+Green+Blue) = 119+150+207=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #7796CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796CF is #886930. Grayscale: #929292. Windows color (decimal): -8939825 or 13604471. OLE color: 13604471.

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

Color convert

RGB 119 150 207 -
CMYK 0.43 0.28 0 0.19
HSL 218.86º 0.48% 0.64% -
HSV(B) 218.86º 0.43% 0.81% -
XYZ 29.78 30.24 63.3 -
YUV 147.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 119 150 207 0.43 0.28 0 0.19 218.86 0.48 0.64
Hex 77 96 CF 2B 1C 0 13 DB 30 40
Octal 167 226 317 53 34 0 23 333 60 100
Binary 1110111 10010110 11001111 101011 11100 0 10011 11011011 110000 1000000

Color Harmonies of #7796CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796CF

Black with #7796CF

Text Example


Text Example

White with #7796CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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