Html Css Color HEX #839ACC Polo Blue

📋 copy color: '#839ACC'

red 131 ◦ green 154 ◦ blue 204

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

Shades of Polo Blue #839ACC

Tints of Polo Blue #839ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 26.79%
G = 31.49%
B = 41.72%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#839ACC (or 0x839ACC) is known color: Polo Blue. HEX triplet: 83, 9A and CC. RGB value is (131,154,204). Sum of RGB (Red+Green+Blue) = 131+154+204=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #839ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACC is #7C6533. Grayscale: #989898. Windows color (decimal): -8152372 or 13408899. OLE color: 13408899.

HSL color Cylindrical-coordinate representation of color #839ACC: hue angle of 221.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839ACC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 154 204 -
CMYK 0.36 0.25 0 0.2
HSL 221.1º 0.42% 0.66% -
HSV(B) 221.1º 0.36% 0.8% -
XYZ 31.81 32.3 61.68 -
YUV 152.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 131 154 204 0.36 0.25 0 0.2 221.1 0.42 0.66
Hex 83 9A CC 24 19 0 14 DD 2A 42
Octal 203 232 314 44 31 0 24 335 52 102
Binary 10000011 10011010 11001100 100100 11001 0 10100 11011101 101010 1000010

Color Harmonies of #839ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ACC

Black with #839ACC

Text Example


Text Example

White with #839ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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