Html Css Color HEX #7898CF Polo Blue

📋 copy color: '#7898CF'

red 120 ◦ green 152 ◦ blue 207

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

Shades of Polo Blue #7898CF

Tints of Polo Blue #7898CF

RGB

 RED value IS 120 (47.27% from 255) = 25.05%

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

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

R = 25.05%
G = 31.73%
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

#7898CF (or 0x7898CF) is known color: Polo Blue. HEX triplet: 78, 98 and CF. RGB value is (120,152,207). Sum of RGB (Red+Green+Blue) = 120+152+207=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 152 (59.77% from 255 or 31.73% 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 #7898CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898CF is #876730. Grayscale: #949494. Windows color (decimal): -8873777 or 13604984. OLE color: 13604984.

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

Color convert

RGB 120 152 207 -
CMYK 0.42 0.27 0 0.19
HSL 217.93º 0.48% 0.64% -
HSV(B) 217.93º 0.42% 0.81% -
XYZ 30.24 30.95 63.41 -
YUV 148.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 120 152 207 0.42 0.27 0 0.19 217.93 0.48 0.64
Hex 78 98 CF 2A 1B 0 13 DA 30 40
Octal 170 230 317 52 33 0 23 332 60 100
Binary 1111000 10011000 11001111 101010 11011 0 10011 11011010 110000 1000000

Color Harmonies of #7898CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898CF

Black with #7898CF

Text Example


Text Example

White with #7898CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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