Html Css Color HEX #7899CA Polo Blue

📋 copy color: '#7899CA'

red 120 ◦ green 153 ◦ blue 202

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

Shades of Polo Blue #7899CA

Tints of Polo Blue #7899CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.21%

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

R = 25.26%
G = 32.21%
B = 42.53%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7899CA (or 0x7899CA) is known color: Polo Blue. HEX triplet: 78, 99 and CA. RGB value is (120,153,202). Sum of RGB (Red+Green+Blue) = 120+153+202=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #7899CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899CA is #876635. Grayscale: #949494. Windows color (decimal): -8873526 or 13277560. OLE color: 13277560.

HSL color Cylindrical-coordinate representation of color #7899CA: hue angle of 215.85º 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 #7899CA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 153 202 -
CMYK 0.41 0.24 0 0.21
HSL 215.85º 0.44% 0.63% -
HSV(B) 215.85º 0.41% 0.79% -
XYZ 29.8 31.04 60.3 -
YUV 148.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 120 153 202 0.41 0.24 0 0.21 215.85 0.44 0.63
Hex 78 99 CA 29 18 0 15 D8 2C 3F
Octal 170 231 312 51 30 0 25 330 54 77
Binary 1111000 10011001 11001010 101001 11000 0 10101 11011000 101100 111111

Color Harmonies of #7899CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7899CA

Black with #7899CA

Text Example


Text Example

White with #7899CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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