Html Css Color HEX #7B9CBE Polo Blue

📋 copy color: '#7B9CBE'

red 123 ◦ green 156 ◦ blue 190

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

Shades of Polo Blue #7B9CBE

Tints of Polo Blue #7B9CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 26.23%
G = 33.26%
B = 40.51%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B9CBE (or 0x7B9CBE) is known color: Polo Blue. HEX triplet: 7B, 9C and BE. RGB value is (123,156,190). Sum of RGB (Red+Green+Blue) = 123+156+190=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CBE is #846341. Grayscale: #959595. Windows color (decimal): -8676162 or 12491899. OLE color: 12491899.

HSL color Cylindrical-coordinate representation of color #7B9CBE: hue angle of 210.45º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B9CBE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 156 190 -
CMYK 0.35 0.18 0 0.25
HSL 210.45º 0.34% 0.61% -
HSV(B) 210.45º 0.35% 0.75% -
XYZ 29.35 31.71 53.29 -
YUV 150.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 123 156 190 0.35 0.18 0 0.25 210.45 0.34 0.61
Hex 7B 9C BE 23 12 0 19 D2 22 3D
Octal 173 234 276 43 22 0 31 322 42 75
Binary 1111011 10011100 10111110 100011 10010 0 11001 11010010 100010 111101

Color Harmonies of #7B9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CBE

Black with #7B9CBE

Text Example


Text Example

White with #7B9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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