Html Css Color HEX #839CCB Polo Blue

📋 copy color: '#839CCB'

red 131 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #839CCB

Tints of Polo Blue #839CCB

RGB

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

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

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

R = 26.73%
G = 31.84%
B = 41.43%

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

#839CCB (or 0x839CCB) is known color: Polo Blue. HEX triplet: 83, 9C and CB. RGB value is (131,156,203). Sum of RGB (Red+Green+Blue) = 131+156+203=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #839CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCB is #7C6334. Grayscale: #999999. Windows color (decimal): -8151861 or 13343875. OLE color: 13343875.

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

Color convert

RGB 131 156 203 -
CMYK 0.35 0.23 0 0.20
HSL 219.17º 0.41% 0.65% -
HSV(B) 219.17º 0.35% 0.8% -
XYZ 32.03 32.91 61.16 -
YUV 153.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 131 156 203 0.35 0.23 0 0.20 219.17 0.41 0.65
Hex 83 9C CB 23 17 0 14 DB 29 41
Octal 203 234 313 43 27 0 24 333 51 101
Binary 10000011 10011100 11001011 100011 10111 0 10100 11011011 101001 1000001

Color Harmonies of #839CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CCB

Black with #839CCB

Text Example


Text Example

White with #839CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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