Html Css Color HEX #7BA3CC Polo Blue

📋 copy color: '#7BA3CC'

red 123 ◦ green 163 ◦ blue 204

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

Shades of Polo Blue #7BA3CC

Tints of Polo Blue #7BA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 25.1%
G = 33.27%
B = 41.63%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BA3CC (or 0x7BA3CC) is known color: Polo Blue. HEX triplet: 7B, A3 and CC. RGB value is (123,163,204). Sum of RGB (Red+Green+Blue) = 123+163+204=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3CC is #845C33. Grayscale: #9B9B9B. Windows color (decimal): -8674356 or 13411195. OLE color: 13411195.

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

Color convert

RGB 123 163 204 -
CMYK 0.40 0.20 0 0.2
HSL 210.37º 0.44% 0.64% -
HSV(B) 210.37º 0.4% 0.8% -
XYZ 32.16 34.76 62.14 -
YUV 155.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 123 163 204 0.40 0.20 0 0.2 210.37 0.44 0.64
Hex 7B A3 CC 28 14 0 14 D2 2C 40
Octal 173 243 314 50 24 0 24 322 54 100
Binary 1111011 10100011 11001100 101000 10100 0 10100 11010010 101100 1000000

Color Harmonies of #7BA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3CC

Black with #7BA3CC

Text Example


Text Example

White with #7BA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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