Html Css Color HEX #83A0DC Portage

📋 copy color: '#83A0DC'

red 131 ◦ green 160 ◦ blue 220

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

Shades of Portage #83A0DC

Tints of Portage #83A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 25.64%
G = 31.31%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83A0DC (or 0x83A0DC) is known color: Portage. HEX triplet: 83, A0 and DC. RGB value is (131,160,220). Sum of RGB (Red+Green+Blue) = 131+160+220=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #83A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0DC is #7C5F23. Grayscale: #9D9D9D. Windows color (decimal): -8150820 or 14459011. OLE color: 14459011.

HSL color Cylindrical-coordinate representation of color #83A0DC: hue angle of 220.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A0DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 160 220 -
CMYK 0.40 0.27 0 0.14
HSL 220.45º 0.56% 0.69% -
HSV(B) 220.45º 0.4% 0.86% -
XYZ 34.85 35.13 72.65 -
YUV 158.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 131 160 220 0.40 0.27 0 0.14 220.45 0.56 0.69
Hex 83 A0 DC 28 1B 0 E DC 38 45
Octal 203 240 334 50 33 0 16 334 70 105
Binary 10000011 10100000 11011100 101000 11011 0 1110 11011100 111000 1000101

Color Harmonies of #83A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0DC

Black with #83A0DC

Text Example


Text Example

White with #83A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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