Html Css Color HEX #7BA4CE Polo Blue

📋 copy color: '#7BA4CE'

red 123 ◦ green 164 ◦ blue 206

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

Shades of Polo Blue #7BA4CE

Tints of Polo Blue #7BA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

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

R = 24.95%
G = 33.27%
B = 41.78%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BA4CE (or 0x7BA4CE) is known color: Polo Blue. HEX triplet: 7B, A4 and CE. RGB value is (123,164,206). Sum of RGB (Red+Green+Blue) = 123+164+206=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4CE is #845B31. Grayscale: #9C9C9C. Windows color (decimal): -8674098 or 13542523. OLE color: 13542523.

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

Color convert

RGB 123 164 206 -
CMYK 0.40 0.20 0 0.19
HSL 210.36º 0.46% 0.65% -
HSV(B) 210.36º 0.4% 0.81% -
XYZ 32.58 35.22 63.47 -
YUV 156.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 123 164 206 0.40 0.20 0 0.19 210.36 0.46 0.65
Hex 7B A4 CE 28 14 0 13 D2 2E 41
Octal 173 244 316 50 24 0 23 322 56 101
Binary 1111011 10100100 11001110 101000 10100 0 10011 11010010 101110 1000001

Color Harmonies of #7BA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4CE

Black with #7BA4CE

Text Example


Text Example

White with #7BA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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