Html Css Color HEX #7B9BBD Polo Blue

📋 copy color: '#7B9BBD'

red 123 ◦ green 155 ◦ blue 189

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

Shades of Polo Blue #7B9BBD

Tints of Polo Blue #7B9BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 26.34%
G = 33.19%
B = 40.47%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B9BBD (or 0x7B9BBD) is known color: Polo Blue. HEX triplet: 7B, 9B and BD. RGB value is (123,155,189). Sum of RGB (Red+Green+Blue) = 123+155+189=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B9BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BBD is #846442. Grayscale: #959595. Windows color (decimal): -8676419 or 12426107. OLE color: 12426107.

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

Color convert

RGB 123 155 189 -
CMYK 0.35 0.18 0 0.26
HSL 210.91º 0.33% 0.61% -
HSV(B) 210.91º 0.35% 0.74% -
XYZ 29.08 31.33 52.66 -
YUV 149.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 123 155 189 0.35 0.18 0 0.26 210.91 0.33 0.61
Hex 7B 9B BD 23 12 0 1A D3 21 3D
Octal 173 233 275 43 22 0 32 323 41 75
Binary 1111011 10011011 10111101 100011 10010 0 11010 11010011 100001 111101

Color Harmonies of #7B9BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BBD

Black with #7B9BBD

Text Example


Text Example

White with #7B9BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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