Html Css Color HEX #7798CF Polo Blue

📋 copy color: '#7798CF'

red 119 ◦ green 152 ◦ blue 207

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

Shades of Polo Blue #7798CF

Tints of Polo Blue #7798CF

RGB

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

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

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

R = 24.9%
G = 31.8%
B = 43.31%

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

#7798CF (or 0x7798CF) is known color: Polo Blue. HEX triplet: 77, 98 and CF. RGB value is (119,152,207). Sum of RGB (Red+Green+Blue) = 119+152+207=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #7798CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798CF is #886730. Grayscale: #949494. Windows color (decimal): -8939313 or 13604983. OLE color: 13604983.

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

Color convert

RGB 119 152 207 -
CMYK 0.43 0.27 0 0.19
HSL 217.5º 0.48% 0.64% -
HSV(B) 217.5º 0.43% 0.81% -
XYZ 30.1 30.88 63.41 -
YUV 148.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 119 152 207 0.43 0.27 0 0.19 217.5 0.48 0.64
Hex 77 98 CF 2B 1B 0 13 DA 30 40
Octal 167 230 317 53 33 0 23 332 60 100
Binary 1110111 10011000 11001111 101011 11011 0 10011 11011010 110000 1000000

Color Harmonies of #7798CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798CF

Black with #7798CF

Text Example


Text Example

White with #7798CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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