Html Css Color HEX #7BA1CE Polo Blue

📋 copy color: '#7BA1CE'

red 123 ◦ green 161 ◦ blue 206

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

Shades of Polo Blue #7BA1CE

Tints of Polo Blue #7BA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.86%

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

R = 25.1%
G = 32.86%
B = 42.04%

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

#7BA1CE (or 0x7BA1CE) is known color: Polo Blue. HEX triplet: 7B, A1 and CE. RGB value is (123,161,206). Sum of RGB (Red+Green+Blue) = 123+161+206=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1CE is #845E31. Grayscale: #9A9A9A. Windows color (decimal): -8674866 or 13541755. OLE color: 13541755.

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

Color convert

RGB 123 161 206 -
CMYK 0.40 0.22 0 0.19
HSL 212.53º 0.46% 0.65% -
HSV(B) 212.53º 0.4% 0.81% -
XYZ 32.05 34.16 63.3 -
YUV 154.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 123 161 206 0.40 0.22 0 0.19 212.53 0.46 0.65
Hex 7B A1 CE 28 16 0 13 D5 2E 41
Octal 173 241 316 50 26 0 23 325 56 101
Binary 1111011 10100001 11001110 101000 10110 0 10011 11010101 101110 1000001

Color Harmonies of #7BA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1CE

Black with #7BA1CE

Text Example


Text Example

White with #7BA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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