Html Css Color HEX #7F9ED1 Polo Blue

📋 copy color: '#7F9ED1'

red 127 ◦ green 158 ◦ blue 209

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

Shades of Polo Blue #7F9ED1

Tints of Polo Blue #7F9ED1

RGB

 RED value IS 127 (50% from 255) = 25.71%

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 25.71%
G = 31.98%
B = 42.31%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F9ED1 (or 0x7F9ED1) is known color: Polo Blue. HEX triplet: 7F, 9E and D1. RGB value is (127,158,209). Sum of RGB (Red+Green+Blue) = 127+158+209=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F9ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ED1 is #80612E. Grayscale: #9A9A9A. Windows color (decimal): -8413487 or 13737599. OLE color: 13737599.

HSL color Cylindrical-coordinate representation of color #7F9ED1: hue angle of 217.32º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F9ED1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 158 209 -
CMYK 0.39 0.24 0 0.18
HSL 217.32º 0.47% 0.66% -
HSV(B) 217.32º 0.39% 0.82% -
XYZ 32.49 33.57 65.09 -
YUV 154.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 127 158 209 0.39 0.24 0 0.18 217.32 0.47 0.66
Hex 7F 9E D1 27 18 0 12 D9 2F 42
Octal 177 236 321 47 30 0 22 331 57 102
Binary 1111111 10011110 11010001 100111 11000 0 10010 11011001 101111 1000010

Color Harmonies of #7F9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9ED1

Black with #7F9ED1

Text Example


Text Example

White with #7F9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,158,209); }

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

background-color css

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

 a { background-color: rgb(127,158,209); }

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

border-color css

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

 span { border-color: rgb(127,158,209); }

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