Html Css Color HEX #839DCB Polo Blue

📋 copy color: '#839DCB'

red 131 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #839DCB

Tints of Polo Blue #839DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 26.68%
G = 31.98%
B = 41.34%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839DCB (or 0x839DCB) is known color: Polo Blue. HEX triplet: 83, 9D and CB. RGB value is (131,157,203). Sum of RGB (Red+Green+Blue) = 131+157+203=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #839DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCB is #7C6234. Grayscale: #9A9A9A. Windows color (decimal): -8151605 or 13344131. OLE color: 13344131.

HSL color Cylindrical-coordinate representation of color #839DCB: hue angle of 218.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839DCB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 157 203 -
CMYK 0.35 0.23 0 0.20
HSL 218.33º 0.41% 0.65% -
HSV(B) 218.33º 0.35% 0.8% -
XYZ 32.2 33.25 61.22 -
YUV 154.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 131 157 203 0.35 0.23 0 0.20 218.33 0.41 0.65
Hex 83 9D CB 23 17 0 14 DA 29 41
Octal 203 235 313 43 27 0 24 332 51 101
Binary 10000011 10011101 11001011 100011 10111 0 10100 11011010 101001 1000001

Color Harmonies of #839DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DCB

Black with #839DCB

Text Example


Text Example

White with #839DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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