Html Css Color HEX #839DD2 Polo Blue

📋 copy color: '#839DD2'

red 131 ◦ green 157 ◦ blue 210

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

Shades of Polo Blue #839DD2

Tints of Polo Blue #839DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.53%

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 26.31%
G = 31.53%
B = 42.17%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#839DD2 (or 0x839DD2) is known color: Polo Blue. HEX triplet: 83, 9D and D2. RGB value is (131,157,210). Sum of RGB (Red+Green+Blue) = 131+157+210=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #839DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD2 is #7C622D. Grayscale: #9B9B9B. Windows color (decimal): -8151598 or 13802883. OLE color: 13802883.

HSL color Cylindrical-coordinate representation of color #839DD2: hue angle of 220.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839DD2 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 157 210 -
CMYK 0.38 0.25 0 0.18
HSL 220.25º 0.47% 0.67% -
HSV(B) 220.25º 0.38% 0.82% -
XYZ 33.05 33.59 65.71 -
YUV 155.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 131 157 210 0.38 0.25 0 0.18 220.25 0.47 0.67
Hex 83 9D D2 26 19 0 12 DC 2F 43
Octal 203 235 322 46 31 0 22 334 57 103
Binary 10000011 10011101 11010010 100110 11001 0 10010 11011100 101111 1000011

Color Harmonies of #839DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DD2

Black with #839DD2

Text Example


Text Example

White with #839DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,210); }

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

background-color css

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

 a { background-color: rgb(131,157,210); }

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

border-color css

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

 span { border-color: rgb(131,157,210); }

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