Html Css Color HEX #7BA0CE Polo Blue

📋 copy color: '#7BA0CE'

red 123 ◦ green 160 ◦ blue 206

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

Shades of Polo Blue #7BA0CE

Tints of Polo Blue #7BA0CE

RGB

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

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

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

R = 25.15%
G = 32.72%
B = 42.13%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA0CE (or 0x7BA0CE) is known color: Polo Blue. HEX triplet: 7B, A0 and CE. RGB value is (123,160,206). Sum of RGB (Red+Green+Blue) = 123+160+206=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0CE is #845F31. Grayscale: #999999. Windows color (decimal): -8675122 or 13541499. OLE color: 13541499.

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

Color convert

RGB 123 160 206 -
CMYK 0.40 0.22 0 0.19
HSL 213.25º 0.46% 0.65% -
HSV(B) 213.25º 0.4% 0.81% -
XYZ 31.88 33.81 63.24 -
YUV 154.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 123 160 206 0.40 0.22 0 0.19 213.25 0.46 0.65
Hex 7B A0 CE 28 16 0 13 D5 2E 41
Octal 173 240 316 50 26 0 23 325 56 101
Binary 1111011 10100000 11001110 101000 10110 0 10011 11010101 101110 1000001

Color Harmonies of #7BA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0CE

Black with #7BA0CE

Text Example


Text Example

White with #7BA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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