Html Css Color HEX #7897CF Polo Blue

📋 copy color: '#7897CF'

red 120 ◦ green 151 ◦ blue 207

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

Shades of Polo Blue #7897CF

Tints of Polo Blue #7897CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 25.1%
G = 31.59%
B = 43.31%

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

#7897CF (or 0x7897CF) is known color: Polo Blue. HEX triplet: 78, 97 and CF. RGB value is (120,151,207). Sum of RGB (Red+Green+Blue) = 120+151+207=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 151 (59.38% from 255 or 31.59% 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 #7897CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897CF is #876830. Grayscale: #939393. Windows color (decimal): -8874033 or 13604728. OLE color: 13604728.

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

Color convert

RGB 120 151 207 -
CMYK 0.42 0.27 0 0.19
HSL 218.62º 0.48% 0.64% -
HSV(B) 218.62º 0.42% 0.81% -
XYZ 30.07 30.63 63.36 -
YUV 148.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 120 151 207 0.42 0.27 0 0.19 218.62 0.48 0.64
Hex 78 97 CF 2A 1B 0 13 DB 30 40
Octal 170 227 317 52 33 0 23 333 60 100
Binary 1111000 10010111 11001111 101010 11011 0 10011 11011011 110000 1000000

Color Harmonies of #7897CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7897CF

Black with #7897CF

Text Example


Text Example

White with #7897CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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