Html Css Color HEX #7BA8CD Polo Blue

📋 copy color: '#7BA8CD'

red 123 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #7BA8CD

Tints of Polo Blue #7BA8CD

RGB

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

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

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

R = 24.8%
G = 33.87%
B = 41.33%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BA8CD (or 0x7BA8CD) is known color: Polo Blue. HEX triplet: 7B, A8 and CD. RGB value is (123,168,205). Sum of RGB (Red+Green+Blue) = 123+168+205=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA8CD is #845732. Grayscale: #9E9E9E. Windows color (decimal): -8673075 or 13478011. OLE color: 13478011.

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

Color convert

RGB 123 168 205 -
CMYK 0.4 0.18 0 0.20
HSL 207.07º 0.45% 0.64% -
HSV(B) 207.07º 0.4% 0.8% -
XYZ 33.19 36.62 63.08 -
YUV 158.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 123 168 205 0.4 0.18 0 0.20 207.07 0.45 0.64
Hex 7B A8 CD 28 12 0 14 CF 2D 40
Octal 173 250 315 50 22 0 24 317 55 100
Binary 1111011 10101000 11001101 101000 10010 0 10100 11001111 101101 1000000

Color Harmonies of #7BA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8CD

Black with #7BA8CD

Text Example


Text Example

White with #7BA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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