Html Css Color HEX #7B9CCD Polo Blue

📋 copy color: '#7B9CCD'

red 123 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #7B9CCD

Tints of Polo Blue #7B9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 25.41%
G = 32.23%
B = 42.36%

CMYK

 C value IS 0.4

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B9CCD (or 0x7B9CCD) is known color: Polo Blue. HEX triplet: 7B, 9C and CD. RGB value is (123,156,205). Sum of RGB (Red+Green+Blue) = 123+156+205=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CCD is #846332. Grayscale: #979797. Windows color (decimal): -8676147 or 13474939. OLE color: 13474939.

HSL color Cylindrical-coordinate representation of color #7B9CCD: hue angle of 215.85º degrees, saturation: 0.45, 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 #7B9CCD is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 156 205 -
CMYK 0.4 0.24 0 0.20
HSL 215.85º 0.45% 0.64% -
HSV(B) 215.85º 0.4% 0.8% -
XYZ 31.08 32.4 62.37 -
YUV 151.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 123 156 205 0.4 0.24 0 0.20 215.85 0.45 0.64
Hex 7B 9C CD 28 18 0 14 D8 2D 40
Octal 173 234 315 50 30 0 24 330 55 100
Binary 1111011 10011100 11001101 101000 11000 0 10100 11011000 101101 1000000

Color Harmonies of #7B9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CCD

Black with #7B9CCD

Text Example


Text Example

White with #7B9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,156,205); }

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

background-color css

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

 a { background-color: rgb(123,156,205); }

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

border-color css

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

 span { border-color: rgb(123,156,205); }

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