Html Css Color HEX #7BA7CD Polo Blue

📋 copy color: '#7BA7CD'

red 123 ◦ green 167 ◦ blue 205

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

Shades of Polo Blue #7BA7CD

Tints of Polo Blue #7BA7CD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 24.85%
G = 33.74%
B = 41.41%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BA7CD (or 0x7BA7CD) is known color: Polo Blue. HEX triplet: 7B, A7 and CD. RGB value is (123,167,205). Sum of RGB (Red+Green+Blue) = 123+167+205=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BA7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA7CD is #845832. Grayscale: #9D9D9D. Windows color (decimal): -8673331 or 13477755. OLE color: 13477755.

HSL color Cylindrical-coordinate representation of color #7BA7CD: hue angle of 207.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BA7CD is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 167 205 -
CMYK 0.4 0.19 0 0.20
HSL 207.8º 0.45% 0.64% -
HSV(B) 207.8º 0.4% 0.8% -
XYZ 33.01 36.26 63.02 -
YUV 158.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 123 167 205 0.4 0.19 0 0.20 207.8 0.45 0.64
Hex 7B A7 CD 28 13 0 14 D0 2D 40
Octal 173 247 315 50 23 0 24 320 55 100
Binary 1111011 10100111 11001101 101000 10011 0 10100 11010000 101101 1000000

Color Harmonies of #7BA7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA7CD

Black with #7BA7CD

Text Example


Text Example

White with #7BA7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,167,205); }

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

background-color css

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

 a { background-color: rgb(123,167,205); }

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

border-color css

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

 span { border-color: rgb(123,167,205); }

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