Html Css Color HEX #7B9CCE Polo Blue

📋 copy color: '#7B9CCE'

red 123 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #7B9CCE

Tints of Polo Blue #7B9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 25.36%
G = 32.16%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B9CCE (or 0x7B9CCE) is known color: Polo Blue. HEX triplet: 7B, 9C and CE. RGB value is (123,156,206). Sum of RGB (Red+Green+Blue) = 123+156+206=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CCE is #846331. Grayscale: #979797. Windows color (decimal): -8676146 or 13540475. OLE color: 13540475.

HSL color Cylindrical-coordinate representation of color #7B9CCE: hue angle of 216.14º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9CCE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 156 206 -
CMYK 0.40 0.24 0 0.19
HSL 216.14º 0.46% 0.65% -
HSV(B) 216.14º 0.4% 0.81% -
XYZ 31.2 32.44 63.01 -
YUV 151.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 123 156 206 0.40 0.24 0 0.19 216.14 0.46 0.65
Hex 7B 9C CE 28 18 0 13 D8 2E 41
Octal 173 234 316 50 30 0 23 330 56 101
Binary 1111011 10011100 11001110 101000 11000 0 10011 11011000 101110 1000001

Color Harmonies of #7B9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CCE

Black with #7B9CCE

Text Example


Text Example

White with #7B9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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