Html Css Color HEX #7F9BBF Polo Blue

📋 copy color: '#7F9BBF'

red 127 ◦ green 155 ◦ blue 191

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

Shades of Polo Blue #7F9BBF

Tints of Polo Blue #7F9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 26.85%
G = 32.77%
B = 40.38%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F9BBF (or 0x7F9BBF) is known color: Polo Blue. HEX triplet: 7F, 9B and BF. RGB value is (127,155,191). Sum of RGB (Red+Green+Blue) = 127+155+191=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F9BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BBF is #806440. Grayscale: #969696. Windows color (decimal): -8414273 or 12557183. OLE color: 12557183.

HSL color Cylindrical-coordinate representation of color #7F9BBF: hue angle of 213.75º 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 #7F9BBF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 155 191 -
CMYK 0.34 0.19 0 0.25
HSL 213.75º 0.33% 0.62% -
HSV(B) 213.75º 0.34% 0.75% -
XYZ 29.88 31.72 53.84 -
YUV 150.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 127 155 191 0.34 0.19 0 0.25 213.75 0.33 0.62
Hex 7F 9B BF 22 13 0 19 D6 21 3E
Octal 177 233 277 42 23 0 31 326 41 76
Binary 1111111 10011011 10111111 100010 10011 0 11001 11010110 100001 111110

Color Harmonies of #7F9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9BBF

Black with #7F9BBF

Text Example


Text Example

White with #7F9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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