Html Css Color HEX #83A0DA Portage

📋 copy color: '#83A0DA'

red 131 ◦ green 160 ◦ blue 218

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

Shades of Portage #83A0DA

Tints of Portage #83A0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 25.74%
G = 31.43%
B = 42.83%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83A0DA (or 0x83A0DA) is known color: Portage. HEX triplet: 83, A0 and DA. RGB value is (131,160,218). Sum of RGB (Red+Green+Blue) = 131+160+218=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0DA is #7C5F25. Grayscale: #9D9D9D. Windows color (decimal): -8150822 or 14327939. OLE color: 14327939.

HSL color Cylindrical-coordinate representation of color #83A0DA: hue angle of 220º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A0DA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 160 218 -
CMYK 0.40 0.27 0 0.15
HSL 220º 0.54% 0.68% -
HSV(B) 220º 0.4% 0.85% -
XYZ 34.59 35.03 71.27 -
YUV 157.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 131 160 218 0.40 0.27 0 0.15 220 0.54 0.68
Hex 83 A0 DA 28 1B 0 F DC 36 44
Octal 203 240 332 50 33 0 17 334 66 104
Binary 10000011 10100000 11011010 101000 11011 0 1111 11011100 110110 1000100

Color Harmonies of #83A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0DA

Black with #83A0DA

Text Example


Text Example

White with #83A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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