Html Css Color HEX #7F9DBF Polo Blue

📋 copy color: '#7F9DBF'

red 127 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #7F9DBF

Tints of Polo Blue #7F9DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.21%

R = 26.74%
G = 33.05%
B = 40.21%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F9DBF (or 0x7F9DBF) is known color: Polo Blue. HEX triplet: 7F, 9D and BF. RGB value is (127,157,191). Sum of RGB (Red+Green+Blue) = 127+157+191=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DBF is #806240. Grayscale: #979797. Windows color (decimal): -8413761 or 12557695. OLE color: 12557695.

HSL color Cylindrical-coordinate representation of color #7F9DBF: hue angle of 211.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F9DBF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 157 191 -
CMYK 0.34 0.18 0 0.25
HSL 211.88º 0.33% 0.62% -
HSV(B) 211.88º 0.34% 0.75% -
XYZ 30.21 32.39 53.95 -
YUV 151.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 127 157 191 0.34 0.18 0 0.25 211.88 0.33 0.62
Hex 7F 9D BF 22 12 0 19 D4 21 3E
Octal 177 235 277 42 22 0 31 324 41 76
Binary 1111111 10011101 10111111 100010 10010 0 11001 11010100 100001 111110

Color Harmonies of #7F9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9DBF

Black with #7F9DBF

Text Example


Text Example

White with #7F9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,157,191); }

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

background-color css

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

 a { background-color: rgb(127,157,191); }

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

border-color css

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

 span { border-color: rgb(127,157,191); }

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