Html Css Color HEX #7898CA Polo Blue

📋 copy color: '#7898CA'

red 120 ◦ green 152 ◦ blue 202

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

Shades of Polo Blue #7898CA

Tints of Polo Blue #7898CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 25.32%
G = 32.07%
B = 42.62%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7898CA (or 0x7898CA) is known color: Polo Blue. HEX triplet: 78, 98 and CA. RGB value is (120,152,202). Sum of RGB (Red+Green+Blue) = 120+152+202=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #7898CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898CA is #876735. Grayscale: #939393. Windows color (decimal): -8873782 or 13277304. OLE color: 13277304.

HSL color Cylindrical-coordinate representation of color #7898CA: hue angle of 216.59º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7898CA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 152 202 -
CMYK 0.41 0.25 0 0.21
HSL 216.59º 0.44% 0.63% -
HSV(B) 216.59º 0.41% 0.79% -
XYZ 29.63 30.71 60.24 -
YUV 148.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 120 152 202 0.41 0.25 0 0.21 216.59 0.44 0.63
Hex 78 98 CA 29 19 0 15 D9 2C 3F
Octal 170 230 312 51 31 0 25 331 54 77
Binary 1111000 10011000 11001010 101001 11001 0 10101 11011001 101100 111111

Color Harmonies of #7898CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898CA

Black with #7898CA

Text Example


Text Example

White with #7898CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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