Html Css Color HEX #7BA8CE Polo Blue

📋 copy color: '#7BA8CE'

red 123 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #7BA8CE

Tints of Polo Blue #7BA8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

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

R = 24.75%
G = 33.8%
B = 41.45%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA8CE (or 0x7BA8CE) is known color: Polo Blue. HEX triplet: 7B, A8 and CE. RGB value is (123,168,206). Sum of RGB (Red+Green+Blue) = 123+168+206=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA8CE is #845731. Grayscale: #9E9E9E. Windows color (decimal): -8673074 or 13543547. OLE color: 13543547.

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

Color convert

RGB 123 168 206 -
CMYK 0.40 0.18 0 0.19
HSL 207.47º 0.46% 0.65% -
HSV(B) 207.47º 0.4% 0.81% -
XYZ 33.31 36.67 63.72 -
YUV 158.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 123 168 206 0.40 0.18 0 0.19 207.47 0.46 0.65
Hex 7B A8 CE 28 12 0 13 CF 2E 41
Octal 173 250 316 50 22 0 23 317 56 101
Binary 1111011 10101000 11001110 101000 10010 0 10011 11001111 101110 1000001

Color Harmonies of #7BA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8CE

Black with #7BA8CE

Text Example


Text Example

White with #7BA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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