Html Css Color HEX #7E9BCC Polo Blue

📋 copy color: '#7E9BCC'

red 126 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #7E9BCC

Tints of Polo Blue #7E9BCC

RGB

 RED value IS 126 (49.61% from 255) = 25.98%

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 25.98%
G = 31.96%
B = 42.06%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E9BCC (or 0x7E9BCC) is known color: Polo Blue. HEX triplet: 7E, 9B and CC. RGB value is (126,155,204). Sum of RGB (Red+Green+Blue) = 126+155+204=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E9BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BCC is #816433. Grayscale: #979797. Windows color (decimal): -8479796 or 13409150. OLE color: 13409150.

HSL color Cylindrical-coordinate representation of color #7E9BCC: hue angle of 217.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9BCC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 155 204 -
CMYK 0.38 0.24 0 0.2
HSL 217.69º 0.43% 0.65% -
HSV(B) 217.69º 0.38% 0.8% -
XYZ 31.22 32.24 61.7 -
YUV 151.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 126 155 204 0.38 0.24 0 0.2 217.69 0.43 0.65
Hex 7E 9B CC 26 18 0 14 DA 2B 41
Octal 176 233 314 46 30 0 24 332 53 101
Binary 1111110 10011011 11001100 100110 11000 0 10100 11011010 101011 1000001

Color Harmonies of #7E9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9BCC

Black with #7E9BCC

Text Example


Text Example

White with #7E9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,155,204); }

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

background-color css

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

 a { background-color: rgb(126,155,204); }

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

border-color css

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

 span { border-color: rgb(126,155,204); }

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