Html Css Color HEX #7B9BD3 Polo Blue

📋 copy color: '#7B9BD3'

red 123 ◦ green 155 ◦ blue 211

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

Shades of Polo Blue #7B9BD3

Tints of Polo Blue #7B9BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.15%

R = 25.15%
G = 31.7%
B = 43.15%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7B9BD3 (or 0x7B9BD3) is known color: Polo Blue. HEX triplet: 7B, 9B and D3. RGB value is (123,155,211). Sum of RGB (Red+Green+Blue) = 123+155+211=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #7B9BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BD3 is #84642C. Grayscale: #979797. Windows color (decimal): -8676397 or 13867899. OLE color: 13867899.

HSL color Cylindrical-coordinate representation of color #7B9BD3: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B9BD3 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 123 155 211 -
CMYK 0.42 0.27 0 0.17
HSL 218.18º 0.5% 0.65% -
HSV(B) 218.18º 0.42% 0.83% -
XYZ 31.65 32.36 66.21 -
YUV 151.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 123 155 211 0.42 0.27 0 0.17 218.18 0.5 0.65
Hex 7B 9B D3 2A 1B 0 11 DA 32 41
Octal 173 233 323 52 33 0 21 332 62 101
Binary 1111011 10011011 11010011 101010 11011 0 10001 11011010 110010 1000001

Color Harmonies of #7B9BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BD3

Black with #7B9BD3

Text Example


Text Example

White with #7B9BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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