Html Css Color HEX #7FA8CF Polo Blue

📋 copy color: '#7FA8CF'

red 127 ◦ green 168 ◦ blue 207

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

Shades of Polo Blue #7FA8CF

Tints of Polo Blue #7FA8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 25.3%
G = 33.47%
B = 41.24%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FA8CF (or 0x7FA8CF) is known color: Polo Blue. HEX triplet: 7F, A8 and CF. RGB value is (127,168,207). Sum of RGB (Red+Green+Blue) = 127+168+207=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FA8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8CF is #805730. Grayscale: #9F9F9F. Windows color (decimal): -8410929 or 13609087. OLE color: 13609087.

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

Color convert

RGB 127 168 207 -
CMYK 0.39 0.19 0 0.19
HSL 209.25º 0.45% 0.65% -
HSV(B) 209.25º 0.39% 0.81% -
XYZ 34.02 37.02 64.38 -
YUV 160.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 127 168 207 0.39 0.19 0 0.19 209.25 0.45 0.65
Hex 7F A8 CF 27 13 0 13 D1 2D 41
Octal 177 250 317 47 23 0 23 321 55 101
Binary 1111111 10101000 11001111 100111 10011 0 10011 11010001 101101 1000001

Color Harmonies of #7FA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA8CF

Black with #7FA8CF

Text Example


Text Example

White with #7FA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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