Html Css Color HEX #7F9CCF Polo Blue

📋 copy color: '#7F9CCF'

red 127 ◦ green 156 ◦ blue 207

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

Shades of Polo Blue #7F9CCF

Tints of Polo Blue #7F9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 25.92%
G = 31.84%
B = 42.24%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F9CCF (or 0x7F9CCF) is known color: Polo Blue. HEX triplet: 7F, 9C and CF. RGB value is (127,156,207). Sum of RGB (Red+Green+Blue) = 127+156+207=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CCF is #806330. Grayscale: #989898. Windows color (decimal): -8414001 or 13606015. OLE color: 13606015.

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

Color convert

RGB 127 156 207 -
CMYK 0.39 0.25 0 0.19
HSL 218.25º 0.45% 0.65% -
HSV(B) 218.25º 0.39% 0.81% -
XYZ 31.9 32.79 63.68 -
YUV 153.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 127 156 207 0.39 0.25 0 0.19 218.25 0.45 0.65
Hex 7F 9C CF 27 19 0 13 DA 2D 41
Octal 177 234 317 47 31 0 23 332 55 101
Binary 1111111 10011100 11001111 100111 11001 0 10011 11011010 101101 1000001

Color Harmonies of #7F9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CCF

Black with #7F9CCF

Text Example


Text Example

White with #7F9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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