Html Css Color HEX #7F9ECE Polo Blue

📋 copy color: '#7F9ECE'

red 127 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #7F9ECE

Tints of Polo Blue #7F9ECE

RGB

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

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

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

R = 25.87%
G = 32.18%
B = 41.96%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F9ECE (or 0x7F9ECE) is known color: Polo Blue. HEX triplet: 7F, 9E and CE. RGB value is (127,158,206). Sum of RGB (Red+Green+Blue) = 127+158+206=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ECE is #806131. Grayscale: #999999. Windows color (decimal): -8413490 or 13540991. OLE color: 13540991.

HSL color Cylindrical-coordinate representation of color #7F9ECE: hue angle of 216.46º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F9ECE is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 158 206 -
CMYK 0.38 0.23 0 0.19
HSL 216.46º 0.45% 0.65% -
HSV(B) 216.46º 0.38% 0.81% -
XYZ 32.12 33.42 63.15 -
YUV 154.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 127 158 206 0.38 0.23 0 0.19 216.46 0.45 0.65
Hex 7F 9E CE 26 17 0 13 D8 2D 41
Octal 177 236 316 46 27 0 23 330 55 101
Binary 1111111 10011110 11001110 100110 10111 0 10011 11011000 101101 1000001

Color Harmonies of #7F9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9ECE

Black with #7F9ECE

Text Example


Text Example

White with #7F9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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