Html Css Color HEX #839BCB Polo Blue

📋 copy color: '#839BCB'

red 131 ◦ green 155 ◦ blue 203

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

Shades of Polo Blue #839BCB

Tints of Polo Blue #839BCB

RGB

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

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

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

R = 26.79%
G = 31.7%
B = 41.51%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839BCB (or 0x839BCB) is known color: Polo Blue. HEX triplet: 83, 9B and CB. RGB value is (131,155,203). Sum of RGB (Red+Green+Blue) = 131+155+203=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #839BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BCB is #7C6434. Grayscale: #999999. Windows color (decimal): -8152117 or 13343619. OLE color: 13343619.

HSL color Cylindrical-coordinate representation of color #839BCB: hue angle of 220º 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 #839BCB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 155 203 -
CMYK 0.35 0.24 0 0.20
HSL 220º 0.41% 0.65% -
HSV(B) 220º 0.35% 0.8% -
XYZ 31.86 32.58 61.11 -
YUV 153.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 131 155 203 0.35 0.24 0 0.20 220 0.41 0.65
Hex 83 9B CB 23 18 0 14 DC 29 41
Octal 203 233 313 43 30 0 24 334 51 101
Binary 10000011 10011011 11001011 100011 11000 0 10100 11011100 101001 1000001

Color Harmonies of #839BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BCB

Black with #839BCB

Text Example


Text Example

White with #839BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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