Html Css Color HEX #7BA6CE Polo Blue

📋 copy color: '#7BA6CE'

red 123 ◦ green 166 ◦ blue 206

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

Shades of Polo Blue #7BA6CE

Tints of Polo Blue #7BA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 24.85%
G = 33.54%
B = 41.62%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA6CE (or 0x7BA6CE) is known color: Polo Blue. HEX triplet: 7B, A6 and CE. RGB value is (123,166,206). Sum of RGB (Red+Green+Blue) = 123+166+206=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6CE is #845931. Grayscale: #9D9D9D. Windows color (decimal): -8673586 or 13543035. OLE color: 13543035.

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

Color convert

RGB 123 166 206 -
CMYK 0.40 0.19 0 0.19
HSL 208.92º 0.46% 0.65% -
HSV(B) 208.92º 0.4% 0.81% -
XYZ 32.95 35.94 63.59 -
YUV 157.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 123 166 206 0.40 0.19 0 0.19 208.92 0.46 0.65
Hex 7B A6 CE 28 13 0 13 D1 2E 41
Octal 173 246 316 50 23 0 23 321 56 101
Binary 1111011 10100110 11001110 101000 10011 0 10011 11010001 101110 1000001

Color Harmonies of #7BA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA6CE

Black with #7BA6CE

Text Example


Text Example

White with #7BA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,166,206); }

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

background-color css

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

 a { background-color: rgb(123,166,206); }

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

border-color css

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

 span { border-color: rgb(123,166,206); }

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