Html Css Color HEX #839BCC Polo Blue

📋 copy color: '#839BCC'

red 131 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #839BCC

Tints of Polo Blue #839BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 26.73%
G = 31.63%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#839BCC (or 0x839BCC) is known color: Polo Blue. HEX triplet: 83, 9B and CC. RGB value is (131,155,204). Sum of RGB (Red+Green+Blue) = 131+155+204=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #839BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BCC is #7C6433. Grayscale: #999999. Windows color (decimal): -8152116 or 13409155. OLE color: 13409155.

HSL color Cylindrical-coordinate representation of color #839BCC: hue angle of 220.27º degrees, saturation: 0.42, 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 #839BCC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 155 204 -
CMYK 0.36 0.24 0 0.2
HSL 220.27º 0.42% 0.66% -
HSV(B) 220.27º 0.36% 0.8% -
XYZ 31.98 32.63 61.74 -
YUV 153.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 131 155 204 0.36 0.24 0 0.2 220.27 0.42 0.66
Hex 83 9B CC 24 18 0 14 DC 2A 42
Octal 203 233 314 44 30 0 24 334 52 102
Binary 10000011 10011011 11001100 100100 11000 0 10100 11011100 101010 1000010

Color Harmonies of #839BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BCC

Black with #839BCC

Text Example


Text Example

White with #839BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,155,204); }

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

background-color css

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

 a { background-color: rgb(131,155,204); }

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

border-color css

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

 span { border-color: rgb(131,155,204); }

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