Html Css Color HEX #839CD0 Polo Blue

📋 copy color: '#839CD0'

red 131 ◦ green 156 ◦ blue 208

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

Shades of Polo Blue #839CD0

Tints of Polo Blue #839CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 26.46%
G = 31.52%
B = 42.02%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#839CD0 (or 0x839CD0) is known color: Polo Blue. HEX triplet: 83, 9C and D0. RGB value is (131,156,208). Sum of RGB (Red+Green+Blue) = 131+156+208=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #839CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CD0 is #7C632F. Grayscale: #9A9A9A. Windows color (decimal): -8151856 or 13671555. OLE color: 13671555.

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

Color convert

RGB 131 156 208 -
CMYK 0.37 0.25 0 0.18
HSL 220.52º 0.45% 0.66% -
HSV(B) 220.52º 0.37% 0.82% -
XYZ 32.63 33.16 64.35 -
YUV 154.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 131 156 208 0.37 0.25 0 0.18 220.52 0.45 0.66
Hex 83 9C D0 25 19 0 12 DD 2D 42
Octal 203 234 320 45 31 0 22 335 55 102
Binary 10000011 10011100 11010000 100101 11001 0 10010 11011101 101101 1000010

Color Harmonies of #839CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CD0

Black with #839CD0

Text Example


Text Example

White with #839CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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