Html Css Color HEX #7BA0CF Polo Blue

📋 copy color: '#7BA0CF'

red 123 ◦ green 160 ◦ blue 207

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

Shades of Polo Blue #7BA0CF

Tints of Polo Blue #7BA0CF

RGB

 RED value IS 123 (48.44% from 255) = 25.1%

 GREEN value IS 160 (62.89% from 255) = 32.65%

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

R = 25.1%
G = 32.65%
B = 42.24%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA0CF (or 0x7BA0CF) is known color: Polo Blue. HEX triplet: 7B, A0 and CF. RGB value is (123,160,207). Sum of RGB (Red+Green+Blue) = 123+160+207=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BA0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0CF is #845F30. Grayscale: #9A9A9A. Windows color (decimal): -8675121 or 13607035. OLE color: 13607035.

HSL color Cylindrical-coordinate representation of color #7BA0CF: hue angle of 213.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA0CF is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 160 207 -
CMYK 0.41 0.23 0 0.19
HSL 213.57º 0.47% 0.65% -
HSV(B) 213.57º 0.41% 0.81% -
XYZ 32 33.86 63.88 -
YUV 154.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 123 160 207 0.41 0.23 0 0.19 213.57 0.47 0.65
Hex 7B A0 CF 29 17 0 13 D6 2F 41
Octal 173 240 317 51 27 0 23 326 57 101
Binary 1111011 10100000 11001111 101001 10111 0 10011 11010110 101111 1000001

Color Harmonies of #7BA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0CF

Black with #7BA0CF

Text Example


Text Example

White with #7BA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA0CF; }

 p { color: rgb(123,160,207); }

 H1.HeaderClassName
 {
   color: #7BA0CF;
 }
 .AnyTagClassName
 {
   color: #7BA0CF;
 }
</style>

background-color css

<style>
 a { background-color: #7BA0CF; }

 a { background-color: rgb(123,160,207); }

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

border-color css

<style>
 span { border-color: #7BA0CF; }

 span { border-color: rgb(123,160,207); }

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