Html Css Color HEX #839BC7 Polo Blue

📋 copy color: '#839BC7'

red 131 ◦ green 155 ◦ blue 199

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

Shades of Polo Blue #839BC7

Tints of Polo Blue #839BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 27.01%
G = 31.96%
B = 41.03%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#839BC7 (or 0x839BC7) is known color: Polo Blue. HEX triplet: 83, 9B and C7. RGB value is (131,155,199). Sum of RGB (Red+Green+Blue) = 131+155+199=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #839BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BC7 is #7C6438. Grayscale: #989898. Windows color (decimal): -8152121 or 13081475. OLE color: 13081475.

HSL color Cylindrical-coordinate representation of color #839BC7: hue angle of 218.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #839BC7 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 155 199 -
CMYK 0.34 0.22 0 0.22
HSL 218.82º 0.38% 0.65% -
HSV(B) 218.82º 0.34% 0.78% -
XYZ 31.39 32.39 58.63 -
YUV 152.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 131 155 199 0.34 0.22 0 0.22 218.82 0.38 0.65
Hex 83 9B C7 22 16 0 16 DB 26 41
Octal 203 233 307 42 26 0 26 333 46 101
Binary 10000011 10011011 11000111 100010 10110 0 10110 11011011 100110 1000001

Color Harmonies of #839BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BC7

Black with #839BC7

Text Example


Text Example

White with #839BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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