Html Css Color HEX #839ACB Polo Blue

📋 copy color: '#839ACB'

red 131 ◦ green 154 ◦ blue 203

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

Shades of Polo Blue #839ACB

Tints of Polo Blue #839ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

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

R = 26.84%
G = 31.56%
B = 41.6%

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

#839ACB (or 0x839ACB) is known color: Polo Blue. HEX triplet: 83, 9A and CB. RGB value is (131,154,203). Sum of RGB (Red+Green+Blue) = 131+154+203=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #839ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACB is #7C6534. Grayscale: #989898. Windows color (decimal): -8152373 or 13343363. OLE color: 13343363.

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

Color convert

RGB 131 154 203 -
CMYK 0.35 0.24 0 0.20
HSL 220.83º 0.41% 0.65% -
HSV(B) 220.83º 0.35% 0.8% -
XYZ 31.7 32.25 61.05 -
YUV 152.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 131 154 203 0.35 0.24 0 0.20 220.83 0.41 0.65
Hex 83 9A CB 23 18 0 14 DD 29 41
Octal 203 232 313 43 30 0 24 335 51 101
Binary 10000011 10011010 11001011 100011 11000 0 10100 11011101 101001 1000001

Color Harmonies of #839ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ACB

Black with #839ACB

Text Example


Text Example

White with #839ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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