Html Css Color HEX #7F9EC7 Polo Blue

📋 copy color: '#7F9EC7'

red 127 ◦ green 158 ◦ blue 199

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

Shades of Polo Blue #7F9EC7

Tints of Polo Blue #7F9EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.12%

R = 26.24%
G = 32.64%
B = 41.12%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F9EC7 (or 0x7F9EC7) is known color: Polo Blue. HEX triplet: 7F, 9E and C7. RGB value is (127,158,199). Sum of RGB (Red+Green+Blue) = 127+158+199=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #7F9EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EC7 is #806138. Grayscale: #999999. Windows color (decimal): -8413497 or 13082239. OLE color: 13082239.

HSL color Cylindrical-coordinate representation of color #7F9EC7: hue angle of 214.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F9EC7 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 158 199 -
CMYK 0.36 0.21 0 0.22
HSL 214.17º 0.39% 0.64% -
HSV(B) 214.17º 0.36% 0.78% -
XYZ 31.29 33.09 58.77 -
YUV 153.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 127 158 199 0.36 0.21 0 0.22 214.17 0.39 0.64
Hex 7F 9E C7 24 15 0 16 D6 27 40
Octal 177 236 307 44 25 0 26 326 47 100
Binary 1111111 10011110 11000111 100100 10101 0 10110 11010110 100111 1000000

Color Harmonies of #7F9EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EC7

Black with #7F9EC7

Text Example


Text Example

White with #7F9EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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