Html Css Color HEX #83A3C3 Polo Blue

📋 copy color: '#83A3C3'

red 131 ◦ green 163 ◦ blue 195

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

Shades of Polo Blue #83A3C3

Tints of Polo Blue #83A3C3

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 26.79%
G = 33.33%
B = 39.88%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#83A3C3 (or 0x83A3C3) is known color: Polo Blue. HEX triplet: 83, A3 and C3. RGB value is (131,163,195). Sum of RGB (Red+Green+Blue) = 131+163+195=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #83A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3C3 is #7C5C3C. Grayscale: #9C9C9C. Windows color (decimal): -8150077 or 12821379. OLE color: 12821379.

HSL color Cylindrical-coordinate representation of color #83A3C3: hue angle of 210º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83A3C3 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 163 195 -
CMYK 0.33 0.16 0 0.24
HSL 210º 0.35% 0.64% -
HSV(B) 210º 0.33% 0.76% -
XYZ 32.31 34.96 56.67 -
YUV 157.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 131 163 195 0.33 0.16 0 0.24 210 0.35 0.64
Hex 83 A3 C3 21 10 0 18 D2 23 40
Octal 203 243 303 41 20 0 30 322 43 100
Binary 10000011 10100011 11000011 100001 10000 0 11000 11010010 100011 1000000

Color Harmonies of #83A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A3C3

Black with #83A3C3

Text Example


Text Example

White with #83A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,195); }

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

background-color css

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

 a { background-color: rgb(131,163,195); }

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

border-color css

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

 span { border-color: rgb(131,163,195); }

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