Html Css Color HEX #839CC0 Polo Blue

📋 copy color: '#839CC0'

red 131 ◦ green 156 ◦ blue 192

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

Shades of Polo Blue #839CC0

Tints of Polo Blue #839CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 27.35%
G = 32.57%
B = 40.08%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#839CC0 (or 0x839CC0) is known color: Polo Blue. HEX triplet: 83, 9C and C0. RGB value is (131,156,192). Sum of RGB (Red+Green+Blue) = 131+156+192=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #839CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC0 is #7C633F. Grayscale: #989898. Windows color (decimal): -8151872 or 12622979. OLE color: 12622979.

HSL color Cylindrical-coordinate representation of color #839CC0: hue angle of 215.41º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839CC0 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 156 192 -
CMYK 0.32 0.19 0 0.25
HSL 215.41º 0.33% 0.63% -
HSV(B) 215.41º 0.32% 0.75% -
XYZ 30.76 32.41 54.5 -
YUV 152.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 131 156 192 0.32 0.19 0 0.25 215.41 0.33 0.63
Hex 83 9C C0 20 13 0 19 D7 21 3F
Octal 203 234 300 40 23 0 31 327 41 77
Binary 10000011 10011100 11000000 100000 10011 0 11001 11010111 100001 111111

Color Harmonies of #839CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CC0

Black with #839CC0

Text Example


Text Example

White with #839CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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