Html Css Color HEX #83A0BE Polo Blue

📋 copy color: '#83A0BE'

red 131 ◦ green 160 ◦ blue 190

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

Shades of Polo Blue #83A0BE

Tints of Polo Blue #83A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 27.23%
G = 33.26%
B = 39.5%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83A0BE (or 0x83A0BE) is known color: Polo Blue. HEX triplet: 83, A0 and BE. RGB value is (131,160,190). Sum of RGB (Red+Green+Blue) = 131+160+190=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #83A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0BE is #7C5F41. Grayscale: #9A9A9A. Windows color (decimal): -8150850 or 12492931. OLE color: 12492931.

HSL color Cylindrical-coordinate representation of color #83A0BE: hue angle of 210.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83A0BE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 160 190 -
CMYK 0.31 0.16 0 0.25
HSL 210.51º 0.31% 0.63% -
HSV(B) 210.51º 0.31% 0.75% -
XYZ 31.23 33.68 53.57 -
YUV 154.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 131 160 190 0.31 0.16 0 0.25 210.51 0.31 0.63
Hex 83 A0 BE 1F 10 0 19 D3 1F 3F
Octal 203 240 276 37 20 0 31 323 37 77
Binary 10000011 10100000 10111110 11111 10000 0 11001 11010011 11111 111111

Color Harmonies of #83A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0BE

Black with #83A0BE

Text Example


Text Example

White with #83A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A0BE; }

 p { color: rgb(131,160,190); }

 H1.HeaderClassName
 {
   color: #83A0BE;
 }
 .AnyTagClassName
 {
   color: #83A0BE;
 }
</style>

background-color css

<style>
 a { background-color: #83A0BE; }

 a { background-color: rgb(131,160,190); }

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

border-color css

<style>
 span { border-color: #83A0BE; }

 span { border-color: rgb(131,160,190); }

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