Html Css Color HEX #7FA4CF Polo Blue

📋 copy color: '#7FA4CF'

red 127 ◦ green 164 ◦ blue 207

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

Shades of Polo Blue #7FA4CF

Tints of Polo Blue #7FA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.93%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 25.5%
G = 32.93%
B = 41.57%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FA4CF (or 0x7FA4CF) is known color: Polo Blue. HEX triplet: 7F, A4 and CF. RGB value is (127,164,207). Sum of RGB (Red+Green+Blue) = 127+164+207=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4CF is #805B30. Grayscale: #9D9D9D. Windows color (decimal): -8411953 or 13608063. OLE color: 13608063.

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

Color convert

RGB 127 164 207 -
CMYK 0.39 0.21 0 0.19
HSL 212.25º 0.45% 0.65% -
HSV(B) 212.25º 0.39% 0.81% -
XYZ 33.29 35.57 64.14 -
YUV 157.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 127 164 207 0.39 0.21 0 0.19 212.25 0.45 0.65
Hex 7F A4 CF 27 15 0 13 D4 2D 41
Octal 177 244 317 47 25 0 23 324 55 101
Binary 1111111 10100100 11001111 100111 10101 0 10011 11010100 101101 1000001

Color Harmonies of #7FA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA4CF

Black with #7FA4CF

Text Example


Text Example

White with #7FA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,164,207); }

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

background-color css

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

 a { background-color: rgb(127,164,207); }

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

border-color css

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

 span { border-color: rgb(127,164,207); }

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