Html Css Color HEX #839CCF Polo Blue

📋 copy color: '#839CCF'

red 131 ◦ green 156 ◦ blue 207

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

Shades of Polo Blue #839CCF

Tints of Polo Blue #839CCF

RGB

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

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

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

R = 26.52%
G = 31.58%
B = 41.9%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#839CCF (or 0x839CCF) is known color: Polo Blue. HEX triplet: 83, 9C and CF. RGB value is (131,156,207). Sum of RGB (Red+Green+Blue) = 131+156+207=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #839CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCF is #7C6330. Grayscale: #9A9A9A. Windows color (decimal): -8151857 or 13606019. OLE color: 13606019.

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

Color convert

RGB 131 156 207 -
CMYK 0.37 0.25 0 0.19
HSL 220.26º 0.44% 0.66% -
HSV(B) 220.26º 0.37% 0.81% -
XYZ 32.51 33.11 63.71 -
YUV 154.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 131 156 207 0.37 0.25 0 0.19 220.26 0.44 0.66
Hex 83 9C CF 25 19 0 13 DC 2C 42
Octal 203 234 317 45 31 0 23 334 54 102
Binary 10000011 10011100 11001111 100101 11001 0 10011 11011100 101100 1000010

Color Harmonies of #839CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CCF

Black with #839CCF

Text Example


Text Example

White with #839CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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