Html Css Color HEX #7BA8CB Polo Blue

📋 copy color: '#7BA8CB'

red 123 ◦ green 168 ◦ blue 203

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

Shades of Polo Blue #7BA8CB

Tints of Polo Blue #7BA8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 24.9%
G = 34.01%
B = 41.09%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BA8CB (or 0x7BA8CB) is known color: Polo Blue. HEX triplet: 7B, A8 and CB. RGB value is (123,168,203). Sum of RGB (Red+Green+Blue) = 123+168+203=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BA8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA8CB is #845734. Grayscale: #9E9E9E. Windows color (decimal): -8673077 or 13346939. OLE color: 13346939.

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

Color convert

RGB 123 168 203 -
CMYK 0.39 0.17 0 0.20
HSL 206.25º 0.43% 0.64% -
HSV(B) 206.25º 0.39% 0.8% -
XYZ 32.95 36.53 61.81 -
YUV 158.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 123 168 203 0.39 0.17 0 0.20 206.25 0.43 0.64
Hex 7B A8 CB 27 11 0 14 CE 2B 40
Octal 173 250 313 47 21 0 24 316 53 100
Binary 1111011 10101000 11001011 100111 10001 0 10100 11001110 101011 1000000

Color Harmonies of #7BA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8CB

Black with #7BA8CB

Text Example


Text Example

White with #7BA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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