Html Css Color HEX #7F9DBE Polo Blue

📋 copy color: '#7F9DBE'

red 127 ◦ green 157 ◦ blue 190

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

Shades of Polo Blue #7F9DBE

Tints of Polo Blue #7F9DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 26.79%
G = 33.12%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F9DBE (or 0x7F9DBE) is known color: Polo Blue. HEX triplet: 7F, 9D and BE. RGB value is (127,157,190). Sum of RGB (Red+Green+Blue) = 127+157+190=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DBE is #806241. Grayscale: #979797. Windows color (decimal): -8413762 or 12492159. OLE color: 12492159.

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

Color convert

RGB 127 157 190 -
CMYK 0.33 0.17 0 0.25
HSL 211.43º 0.33% 0.62% -
HSV(B) 211.43º 0.33% 0.75% -
XYZ 30.1 32.34 53.37 -
YUV 151.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 127 157 190 0.33 0.17 0 0.25 211.43 0.33 0.62
Hex 7F 9D BE 21 11 0 19 D3 21 3E
Octal 177 235 276 41 21 0 31 323 41 76
Binary 1111111 10011101 10111110 100001 10001 0 11001 11010011 100001 111110

Color Harmonies of #7F9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9DBE

Black with #7F9DBE

Text Example


Text Example

White with #7F9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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