Html Css Color HEX #7BA9CF Polo Blue

📋 copy color: '#7BA9CF'

red 123 ◦ green 169 ◦ blue 207

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

Shades of Polo Blue #7BA9CF

Tints of Polo Blue #7BA9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

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

R = 24.65%
G = 33.87%
B = 41.48%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA9CF (or 0x7BA9CF) is known color: Polo Blue. HEX triplet: 7B, A9 and CF. RGB value is (123,169,207). Sum of RGB (Red+Green+Blue) = 123+169+207=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BA9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9CF is #845630. Grayscale: #9F9F9F. Windows color (decimal): -8672817 or 13609339. OLE color: 13609339.

HSL color Cylindrical-coordinate representation of color #7BA9CF: hue angle of 207.14º 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 #7BA9CF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 169 207 -
CMYK 0.41 0.18 0 0.19
HSL 207.14º 0.47% 0.65% -
HSV(B) 207.14º 0.41% 0.81% -
XYZ 33.62 37.09 64.42 -
YUV 159.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 123 169 207 0.41 0.18 0 0.19 207.14 0.47 0.65
Hex 7B A9 CF 29 12 0 13 CF 2F 41
Octal 173 251 317 51 22 0 23 317 57 101
Binary 1111011 10101001 11001111 101001 10010 0 10011 11001111 101111 1000001

Color Harmonies of #7BA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA9CF

Black with #7BA9CF

Text Example


Text Example

White with #7BA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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