Html Css Color HEX #7B9ACC Polo Blue

📋 copy color: '#7B9ACC'

red 123 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #7B9ACC

Tints of Polo Blue #7B9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 25.57%
G = 32.02%
B = 42.41%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B9ACC (or 0x7B9ACC) is known color: Polo Blue. HEX triplet: 7B, 9A and CC. RGB value is (123,154,204). Sum of RGB (Red+Green+Blue) = 123+154+204=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ACC is #846533. Grayscale: #969696. Windows color (decimal): -8676660 or 13408891. OLE color: 13408891.

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

Color convert

RGB 123 154 204 -
CMYK 0.40 0.25 0 0.2
HSL 217.04º 0.44% 0.64% -
HSV(B) 217.04º 0.4% 0.8% -
XYZ 30.62 31.68 61.63 -
YUV 150.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 123 154 204 0.40 0.25 0 0.2 217.04 0.44 0.64
Hex 7B 9A CC 28 19 0 14 D9 2C 40
Octal 173 232 314 50 31 0 24 331 54 100
Binary 1111011 10011010 11001100 101000 11001 0 10100 11011001 101100 1000000

Color Harmonies of #7B9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ACC

Black with #7B9ACC

Text Example


Text Example

White with #7B9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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