Html Css Color HEX #7798D0 Polo Blue

📋 copy color: '#7798D0'

red 119 ◦ green 152 ◦ blue 208

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

Shades of Polo Blue #7798D0

Tints of Polo Blue #7798D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 24.84%
G = 31.73%
B = 43.42%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7798D0 (or 0x7798D0) is known color: Polo Blue. HEX triplet: 77, 98 and D0. RGB value is (119,152,208). Sum of RGB (Red+Green+Blue) = 119+152+208=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #7798D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798D0 is #88672F. Grayscale: #949494. Windows color (decimal): -8939312 or 13670519. OLE color: 13670519.

HSL color Cylindrical-coordinate representation of color #7798D0: hue angle of 217.75º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7798D0 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 152 208 -
CMYK 0.43 0.27 0 0.18
HSL 217.75º 0.49% 0.64% -
HSV(B) 217.75º 0.43% 0.82% -
XYZ 30.22 30.93 64.05 -
YUV 148.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 119 152 208 0.43 0.27 0 0.18 217.75 0.49 0.64
Hex 77 98 D0 2B 1B 0 12 DA 31 40
Octal 167 230 320 53 33 0 22 332 61 100
Binary 1110111 10011000 11010000 101011 11011 0 10010 11011010 110001 1000000

Color Harmonies of #7798D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798D0

Black with #7798D0

Text Example


Text Example

White with #7798D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7798D0; }

 p { color: rgb(119,152,208); }

 H1.HeaderClassName
 {
   color: #7798D0;
 }
 .AnyTagClassName
 {
   color: #7798D0;
 }
</style>

background-color css

<style>
 a { background-color: #7798D0; }

 a { background-color: rgb(119,152,208); }

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

border-color css

<style>
 span { border-color: #7798D0; }

 span { border-color: rgb(119,152,208); }

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