Html Css Color HEX #7E9DD5 Polo Blue

📋 copy color: '#7E9DD5'

red 126 ◦ green 157 ◦ blue 213

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

Shades of Polo Blue #7E9DD5

Tints of Polo Blue #7E9DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.65%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 25.4%
G = 31.65%
B = 42.94%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7E9DD5 (or 0x7E9DD5) is known color: Polo Blue. HEX triplet: 7E, 9D and D5. RGB value is (126,157,213). Sum of RGB (Red+Green+Blue) = 126+157+213=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E9DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DD5 is #81622A. Grayscale: #999999. Windows color (decimal): -8479275 or 13999486. OLE color: 13999486.

HSL color Cylindrical-coordinate representation of color #7E9DD5: hue angle of 218.62º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E9DD5 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 157 213 -
CMYK 0.41 0.26 0 0.16
HSL 218.62º 0.51% 0.66% -
HSV(B) 218.62º 0.41% 0.84% -
XYZ 32.67 33.35 67.67 -
YUV 154.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 126 157 213 0.41 0.26 0 0.16 218.62 0.51 0.66
Hex 7E 9D D5 29 1A 0 10 DB 33 42
Octal 176 235 325 51 32 0 20 333 63 102
Binary 1111110 10011101 11010101 101001 11010 0 10000 11011011 110011 1000010

Color Harmonies of #7E9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9DD5

Black with #7E9DD5

Text Example


Text Example

White with #7E9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,157,213); }

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

background-color css

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

 a { background-color: rgb(126,157,213); }

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

border-color css

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

 span { border-color: rgb(126,157,213); }

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