Html Css Color HEX #7F9FCC Polo Blue

📋 copy color: '#7F9FCC'

red 127 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #7F9FCC

Tints of Polo Blue #7F9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.45%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 25.92%
G = 32.45%
B = 41.63%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F9FCC (or 0x7F9FCC) is known color: Polo Blue. HEX triplet: 7F, 9F and CC. RGB value is (127,159,204). Sum of RGB (Red+Green+Blue) = 127+159+204=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FCC is #806033. Grayscale: #9A9A9A. Windows color (decimal): -8413236 or 13410175. OLE color: 13410175.

HSL color Cylindrical-coordinate representation of color #7F9FCC: hue angle of 215.06º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F9FCC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 159 204 -
CMYK 0.38 0.22 0 0.2
HSL 215.06º 0.43% 0.65% -
HSV(B) 215.06º 0.38% 0.8% -
XYZ 32.05 33.67 61.94 -
YUV 154.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 127 159 204 0.38 0.22 0 0.2 215.06 0.43 0.65
Hex 7F 9F CC 26 16 0 14 D7 2B 41
Octal 177 237 314 46 26 0 24 327 53 101
Binary 1111111 10011111 11001100 100110 10110 0 10100 11010111 101011 1000001

Color Harmonies of #7F9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FCC

Black with #7F9FCC

Text Example


Text Example

White with #7F9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,204); }

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

background-color css

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

 a { background-color: rgb(127,159,204); }

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

border-color css

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

 span { border-color: rgb(127,159,204); }

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