Html Css Color HEX #7898CC Polo Blue

📋 copy color: '#7898CC'

red 120 ◦ green 152 ◦ blue 204

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

Shades of Polo Blue #7898CC

Tints of Polo Blue #7898CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 25.21%
G = 31.93%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7898CC (or 0x7898CC) is known color: Polo Blue. HEX triplet: 78, 98 and CC. RGB value is (120,152,204). Sum of RGB (Red+Green+Blue) = 120+152+204=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7898CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898CC is #876733. Grayscale: #949494. Windows color (decimal): -8873780 or 13408376. OLE color: 13408376.

HSL color Cylindrical-coordinate representation of color #7898CC: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7898CC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 152 204 -
CMYK 0.41 0.25 0 0.2
HSL 217.14º 0.45% 0.64% -
HSV(B) 217.14º 0.41% 0.8% -
XYZ 29.87 30.81 61.5 -
YUV 148.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 120 152 204 0.41 0.25 0 0.2 217.14 0.45 0.64
Hex 78 98 CC 29 19 0 14 D9 2D 40
Octal 170 230 314 51 31 0 24 331 55 100
Binary 1111000 10011000 11001100 101001 11001 0 10100 11011001 101101 1000000

Color Harmonies of #7898CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898CC

Black with #7898CC

Text Example


Text Example

White with #7898CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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