Html Css Color HEX #839CC8 Polo Blue

📋 copy color: '#839CC8'

red 131 ◦ green 156 ◦ blue 200

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

Shades of Polo Blue #839CC8

Tints of Polo Blue #839CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 26.9%
G = 32.03%
B = 41.07%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#839CC8 (or 0x839CC8) is known color: Polo Blue. HEX triplet: 83, 9C and C8. RGB value is (131,156,200). Sum of RGB (Red+Green+Blue) = 131+156+200=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #839CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC8 is #7C6337. Grayscale: #999999. Windows color (decimal): -8151864 or 13147267. OLE color: 13147267.

HSL color Cylindrical-coordinate representation of color #839CC8: hue angle of 218.26º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839CC8 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 156 200 -
CMYK 0.34 0.22 0 0.22
HSL 218.26º 0.39% 0.65% -
HSV(B) 218.26º 0.35% 0.78% -
XYZ 31.67 32.77 59.3 -
YUV 153.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 131 156 200 0.34 0.22 0 0.22 218.26 0.39 0.65
Hex 83 9C C8 22 16 0 16 DA 27 41
Octal 203 234 310 42 26 0 26 332 47 101
Binary 10000011 10011100 11001000 100010 10110 0 10110 11011010 100111 1000001

Color Harmonies of #839CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CC8

Black with #839CC8

Text Example


Text Example

White with #839CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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