Html Css Color HEX #839DCF Polo Blue

📋 copy color: '#839DCF'

red 131 ◦ green 157 ◦ blue 207

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

Shades of Polo Blue #839DCF

Tints of Polo Blue #839DCF

RGB

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

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

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

R = 26.46%
G = 31.72%
B = 41.82%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#839DCF (or 0x839DCF) is known color: Polo Blue. HEX triplet: 83, 9D and CF. RGB value is (131,157,207). Sum of RGB (Red+Green+Blue) = 131+157+207=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #839DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCF is #7C6230. Grayscale: #9A9A9A. Windows color (decimal): -8151601 or 13606275. OLE color: 13606275.

HSL color Cylindrical-coordinate representation of color #839DCF: hue angle of 219.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839DCF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 157 207 -
CMYK 0.37 0.24 0 0.19
HSL 219.47º 0.44% 0.66% -
HSV(B) 219.47º 0.37% 0.81% -
XYZ 32.68 33.44 63.76 -
YUV 154.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 131 157 207 0.37 0.24 0 0.19 219.47 0.44 0.66
Hex 83 9D CF 25 18 0 13 DB 2C 42
Octal 203 235 317 45 30 0 23 333 54 102
Binary 10000011 10011101 11001111 100101 11000 0 10011 11011011 101100 1000010

Color Harmonies of #839DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DCF

Black with #839DCF

Text Example


Text Example

White with #839DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,207); }

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

background-color css

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

 a { background-color: rgb(131,157,207); }

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

border-color css

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

 span { border-color: rgb(131,157,207); }

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