Html Css Color HEX #7F9DCD Polo Blue

📋 copy color: '#7F9DCD'

red 127 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #7F9DCD

Tints of Polo Blue #7F9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 25.97%
G = 32.11%
B = 41.92%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F9DCD (or 0x7F9DCD) is known color: Polo Blue. HEX triplet: 7F, 9D and CD. RGB value is (127,157,205). Sum of RGB (Red+Green+Blue) = 127+157+205=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DCD is #806232. Grayscale: #999999. Windows color (decimal): -8413747 or 13475199. OLE color: 13475199.

HSL color Cylindrical-coordinate representation of color #7F9DCD: hue angle of 216.92º degrees, saturation: 0.44, 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 #7F9DCD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 157 205 -
CMYK 0.38 0.23 0 0.20
HSL 216.92º 0.44% 0.65% -
HSV(B) 216.92º 0.38% 0.8% -
XYZ 31.83 33.03 62.46 -
YUV 153.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 127 157 205 0.38 0.23 0 0.20 216.92 0.44 0.65
Hex 7F 9D CD 26 17 0 14 D9 2C 41
Octal 177 235 315 46 27 0 24 331 54 101
Binary 1111111 10011101 11001101 100110 10111 0 10100 11011001 101100 1000001

Color Harmonies of #7F9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9DCD

Black with #7F9DCD

Text Example


Text Example

White with #7F9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,157,205); }

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

background-color css

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

 a { background-color: rgb(127,157,205); }

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

border-color css

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

 span { border-color: rgb(127,157,205); }

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