Html Css Color HEX #83A7CA Polo Blue

📋 copy color: '#83A7CA'

red 131 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #83A7CA

Tints of Polo Blue #83A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.4%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 26.2%
G = 33.4%
B = 40.4%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83A7CA (or 0x83A7CA) is known color: Polo Blue. HEX triplet: 83, A7 and CA. RGB value is (131,167,202). Sum of RGB (Red+Green+Blue) = 131+167+202=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #83A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A7CA is #7C5835. Grayscale: #A0A0A0. Windows color (decimal): -8149046 or 13281155. OLE color: 13281155.

HSL color Cylindrical-coordinate representation of color #83A7CA: hue angle of 209.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A7CA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 167 202 -
CMYK 0.35 0.17 0 0.21
HSL 209.58º 0.4% 0.65% -
HSV(B) 209.58º 0.35% 0.79% -
XYZ 33.84 36.73 61.18 -
YUV 160.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 131 167 202 0.35 0.17 0 0.21 209.58 0.4 0.65
Hex 83 A7 CA 23 11 0 15 D2 28 41
Octal 203 247 312 43 21 0 25 322 50 101
Binary 10000011 10100111 11001010 100011 10001 0 10101 11010010 101000 1000001

Color Harmonies of #83A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A7CA

Black with #83A7CA

Text Example


Text Example

White with #83A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,167,202); }

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

background-color css

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

 a { background-color: rgb(131,167,202); }

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

border-color css

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

 span { border-color: rgb(131,167,202); }

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