Html Css Color HEX #839CC1 Polo Blue

📋 copy color: '#839CC1'

red 131 ◦ green 156 ◦ blue 193

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

Shades of Polo Blue #839CC1

Tints of Polo Blue #839CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 27.29%
G = 32.5%
B = 40.21%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#839CC1 (or 0x839CC1) is known color: Polo Blue. HEX triplet: 83, 9C and C1. RGB value is (131,156,193). Sum of RGB (Red+Green+Blue) = 131+156+193=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #839CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC1 is #7C633E. Grayscale: #989898. Windows color (decimal): -8151871 or 12688515. OLE color: 12688515.

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

Color convert

RGB 131 156 193 -
CMYK 0.32 0.19 0 0.24
HSL 215.81º 0.33% 0.64% -
HSV(B) 215.81º 0.32% 0.76% -
XYZ 30.87 32.45 55.09 -
YUV 152.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 131 156 193 0.32 0.19 0 0.24 215.81 0.33 0.64
Hex 83 9C C1 20 13 0 18 D8 21 40
Octal 203 234 301 40 23 0 30 330 41 100
Binary 10000011 10011100 11000001 100000 10011 0 11000 11011000 100001 1000000

Color Harmonies of #839CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CC1

Black with #839CC1

Text Example


Text Example

White with #839CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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