Html Css Color HEX #839FCD Polo Blue

📋 copy color: '#839FCD'

red 131 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #839FCD

Tints of Polo Blue #839FCD

RGB

 RED value IS 131 (51.56% from 255) = 26.46%

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

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

R = 26.46%
G = 32.12%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839FCD (or 0x839FCD) is known color: Polo Blue. HEX triplet: 83, 9F and CD. RGB value is (131,159,205). Sum of RGB (Red+Green+Blue) = 131+159+205=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #839FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCD is #7C6032. Grayscale: #9B9B9B. Windows color (decimal): -8151091 or 13475715. OLE color: 13475715.

HSL color Cylindrical-coordinate representation of color #839FCD: hue angle of 217.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839FCD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 159 205 -
CMYK 0.36 0.22 0 0.20
HSL 217.3º 0.43% 0.66% -
HSV(B) 217.3º 0.36% 0.8% -
XYZ 32.78 34.03 62.6 -
YUV 155.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 131 159 205 0.36 0.22 0 0.20 217.3 0.43 0.66
Hex 83 9F CD 24 16 0 14 D9 2B 42
Octal 203 237 315 44 26 0 24 331 53 102
Binary 10000011 10011111 11001101 100100 10110 0 10100 11011001 101011 1000010

Color Harmonies of #839FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FCD

Black with #839FCD

Text Example


Text Example

White with #839FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839FCD; }

 p { color: rgb(131,159,205); }

 H1.HeaderClassName
 {
   color: #839FCD;
 }
 .AnyTagClassName
 {
   color: #839FCD;
 }
</style>

background-color css

<style>
 a { background-color: #839FCD; }

 a { background-color: rgb(131,159,205); }

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

border-color css

<style>
 span { border-color: #839FCD; }

 span { border-color: rgb(131,159,205); }

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