Html Css Color HEX #7B9BBE Polo Blue

📋 copy color: '#7B9BBE'

red 123 ◦ green 155 ◦ blue 190

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

Shades of Polo Blue #7B9BBE

Tints of Polo Blue #7B9BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

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

R = 26.28%
G = 33.12%
B = 40.6%

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

#7B9BBE (or 0x7B9BBE) is known color: Polo Blue. HEX triplet: 7B, 9B and BE. RGB value is (123,155,190). Sum of RGB (Red+Green+Blue) = 123+155+190=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BBE is #846441. Grayscale: #959595. Windows color (decimal): -8676418 or 12491643. OLE color: 12491643.

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

Color convert

RGB 123 155 190 -
CMYK 0.35 0.18 0 0.25
HSL 211.34º 0.34% 0.61% -
HSV(B) 211.34º 0.35% 0.75% -
XYZ 29.18 31.37 53.23 -
YUV 149.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 123 155 190 0.35 0.18 0 0.25 211.34 0.34 0.61
Hex 7B 9B BE 23 12 0 19 D3 22 3D
Octal 173 233 276 43 22 0 31 323 42 75
Binary 1111011 10011011 10111110 100011 10010 0 11001 11010011 100010 111101

Color Harmonies of #7B9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BBE

Black with #7B9BBE

Text Example


Text Example

White with #7B9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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