Html Css Color HEX #828DDB Portage

📋 copy color: '#828DDB'

red 130 ◦ green 141 ◦ blue 219

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

Shades of Portage #828DDB

Tints of Portage #828DDB

RGB

 RED value IS 130 (51.17% from 255) = 26.53%

 GREEN value IS 141 (55.47% from 255) = 28.78%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 26.53%
G = 28.78%
B = 44.69%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#828DDB (or 0x828DDB) is known color: Portage. HEX triplet: 82, 8D and DB. RGB value is (130,141,219). Sum of RGB (Red+Green+Blue) = 130+141+219=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #828DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DDB is #7D7224. Grayscale: #929292. Windows color (decimal): -8221221 or 14388610. OLE color: 14388610.

HSL color Cylindrical-coordinate representation of color #828DDB: hue angle of 232.58º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828DDB is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 141 219 -
CMYK 0.41 0.36 0 0.14
HSL 232.58º 0.55% 0.68% -
HSV(B) 232.58º 0.41% 0.86% -
XYZ 31.52 28.91 70.94 -
YUV 146.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 130 141 219 0.41 0.36 0 0.14 232.58 0.55 0.68
Hex 82 8D DB 29 24 0 E E9 37 44
Octal 202 215 333 51 44 0 16 351 67 104
Binary 10000010 10001101 11011011 101001 100100 0 1110 11101001 110111 1000100

Color Harmonies of #828DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DDB

Black with #828DDB

Text Example


Text Example

White with #828DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828DDB; }

 p { color: rgb(130,141,219); }

 H1.HeaderClassName
 {
   color: #828DDB;
 }
 .AnyTagClassName
 {
   color: #828DDB;
 }
</style>

background-color css

<style>
 a { background-color: #828DDB; }

 a { background-color: rgb(130,141,219); }

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

border-color css

<style>
 span { border-color: #828DDB; }

 span { border-color: rgb(130,141,219); }

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