Html Css Color HEX #7897CB Polo Blue

📋 copy color: '#7897CB'

red 120 ◦ green 151 ◦ blue 203

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

Shades of Polo Blue #7897CB

Tints of Polo Blue #7897CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 25.32%
G = 31.86%
B = 42.83%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7897CB (or 0x7897CB) is known color: Polo Blue. HEX triplet: 78, 97 and CB. RGB value is (120,151,203). Sum of RGB (Red+Green+Blue) = 120+151+203=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #7897CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897CB is #876834. Grayscale: #939393. Windows color (decimal): -8874037 or 13342584. OLE color: 13342584.

HSL color Cylindrical-coordinate representation of color #7897CB: hue angle of 217.59º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7897CB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 151 203 -
CMYK 0.41 0.26 0 0.20
HSL 217.59º 0.44% 0.63% -
HSV(B) 217.59º 0.41% 0.8% -
XYZ 29.59 30.44 60.82 -
YUV 147.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 120 151 203 0.41 0.26 0 0.20 217.59 0.44 0.63
Hex 78 97 CB 29 1A 0 14 DA 2C 3F
Octal 170 227 313 51 32 0 24 332 54 77
Binary 1111000 10010111 11001011 101001 11010 0 10100 11011010 101100 111111

Color Harmonies of #7897CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7897CB

Black with #7897CB

Text Example


Text Example

White with #7897CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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