Html Css Color HEX #7BA8CC Polo Blue

📋 copy color: '#7BA8CC'

red 123 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #7BA8CC

Tints of Polo Blue #7BA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 24.85%
G = 33.94%
B = 41.21%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BA8CC (or 0x7BA8CC) is known color: Polo Blue. HEX triplet: 7B, A8 and CC. RGB value is (123,168,204). Sum of RGB (Red+Green+Blue) = 123+168+204=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA8CC is #845733. Grayscale: #9E9E9E. Windows color (decimal): -8673076 or 13412475. OLE color: 13412475.

HSL color Cylindrical-coordinate representation of color #7BA8CC: hue angle of 206.67º degrees, saturation: 0.44, 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 #7BA8CC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 168 204 -
CMYK 0.40 0.18 0 0.2
HSL 206.67º 0.44% 0.64% -
HSV(B) 206.67º 0.4% 0.8% -
XYZ 33.07 36.58 62.44 -
YUV 158.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 123 168 204 0.40 0.18 0 0.2 206.67 0.44 0.64
Hex 7B A8 CC 28 12 0 14 CF 2C 40
Octal 173 250 314 50 22 0 24 317 54 100
Binary 1111011 10101000 11001100 101000 10010 0 10100 11001111 101100 1000000

Color Harmonies of #7BA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8CC

Black with #7BA8CC

Text Example


Text Example

White with #7BA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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