Html Css Color HEX #828DDA Portage

📋 copy color: '#828DDA'

red 130 ◦ green 141 ◦ blue 218

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

Shades of Portage #828DDA

Tints of Portage #828DDA

RGB

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

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

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

R = 26.58%
G = 28.83%
B = 44.58%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828DDA (or 0x828DDA) is known color: Portage. HEX triplet: 82, 8D and DA. RGB value is (130,141,218). Sum of RGB (Red+Green+Blue) = 130+141+218=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #828DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DDA is #7D7225. Grayscale: #929292. Windows color (decimal): -8221222 or 14323074. OLE color: 14323074.

HSL color Cylindrical-coordinate representation of color #828DDA: hue angle of 232.5º 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 #828DDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 141 218 -
CMYK 0.40 0.35 0 0.15
HSL 232.5º 0.54% 0.68% -
HSV(B) 232.5º 0.4% 0.85% -
XYZ 31.39 28.86 70.25 -
YUV 146.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 130 141 218 0.40 0.35 0 0.15 232.5 0.54 0.68
Hex 82 8D DA 28 23 0 F E8 36 44
Octal 202 215 332 50 43 0 17 350 66 104
Binary 10000010 10001101 11011010 101000 100011 0 1111 11101000 110110 1000100

Color Harmonies of #828DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DDA

Black with #828DDA

Text Example


Text Example

White with #828DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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