Html Css Color HEX #7BA0BF Polo Blue

📋 copy color: '#7BA0BF'

red 123 ◦ green 160 ◦ blue 191

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

Shades of Polo Blue #7BA0BF

Tints of Polo Blue #7BA0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 25.95%
G = 33.76%
B = 40.3%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BA0BF (or 0x7BA0BF) is known color: Polo Blue. HEX triplet: 7B, A0 and BF. RGB value is (123,160,191). Sum of RGB (Red+Green+Blue) = 123+160+191=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #7BA0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0BF is #845F40. Grayscale: #989898. Windows color (decimal): -8675137 or 12558459. OLE color: 12558459.

HSL color Cylindrical-coordinate representation of color #7BA0BF: hue angle of 207.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BA0BF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 160 191 -
CMYK 0.36 0.16 0 0.25
HSL 207.35º 0.35% 0.62% -
HSV(B) 207.35º 0.36% 0.75% -
XYZ 30.14 33.11 54.09 -
YUV 152.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 123 160 191 0.36 0.16 0 0.25 207.35 0.35 0.62
Hex 7B A0 BF 24 10 0 19 CF 23 3E
Octal 173 240 277 44 20 0 31 317 43 76
Binary 1111011 10100000 10111111 100100 10000 0 11001 11001111 100011 111110

Color Harmonies of #7BA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0BF

Black with #7BA0BF

Text Example


Text Example

White with #7BA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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