Html Css Color HEX #83A0DD Portage

📋 copy color: '#83A0DD'

red 131 ◦ green 160 ◦ blue 221

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

Shades of Portage #83A0DD

Tints of Portage #83A0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 25.59%
G = 31.25%
B = 43.16%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83A0DD (or 0x83A0DD) is known color: Portage. HEX triplet: 83, A0 and DD. RGB value is (131,160,221). Sum of RGB (Red+Green+Blue) = 131+160+221=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A0DD is #7C5F22. Grayscale: #9E9E9E. Windows color (decimal): -8150819 or 14524547. OLE color: 14524547.

HSL color Cylindrical-coordinate representation of color #83A0DD: hue angle of 220.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A0DD is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 160 221 -
CMYK 0.41 0.28 0 0.13
HSL 220.67º 0.57% 0.69% -
HSV(B) 220.67º 0.41% 0.87% -
XYZ 34.98 35.19 73.35 -
YUV 158.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 131 160 221 0.41 0.28 0 0.13 220.67 0.57 0.69
Hex 83 A0 DD 29 1C 0 D DD 39 45
Octal 203 240 335 51 34 0 15 335 71 105
Binary 10000011 10100000 11011101 101001 11100 0 1101 11011101 111001 1000101

Color Harmonies of #83A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A0DD

Black with #83A0DD

Text Example


Text Example

White with #83A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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