Html Css Color HEX #7B9DCC Polo Blue

📋 copy color: '#7B9DCC'

red 123 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #7B9DCC

Tints of Polo Blue #7B9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 25.41%
G = 32.44%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B9DCC (or 0x7B9DCC) is known color: Polo Blue. HEX triplet: 7B, 9D and CC. RGB value is (123,157,204). Sum of RGB (Red+Green+Blue) = 123+157+204=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DCC is #846233. Grayscale: #979797. Windows color (decimal): -8675892 or 13409659. OLE color: 13409659.

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

Color convert

RGB 123 157 204 -
CMYK 0.40 0.23 0 0.2
HSL 214.81º 0.44% 0.64% -
HSV(B) 214.81º 0.4% 0.8% -
XYZ 31.12 32.68 61.8 -
YUV 152.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 123 157 204 0.40 0.23 0 0.2 214.81 0.44 0.64
Hex 7B 9D CC 28 17 0 14 D7 2C 40
Octal 173 235 314 50 27 0 24 327 54 100
Binary 1111011 10011101 11001100 101000 10111 0 10100 11010111 101100 1000000

Color Harmonies of #7B9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9DCC

Black with #7B9DCC

Text Example


Text Example

White with #7B9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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