Html Css Color HEX #828DDC Portage

📋 copy color: '#828DDC'

red 130 ◦ green 141 ◦ blue 220

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

Shades of Portage #828DDC

Tints of Portage #828DDC

RGB

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

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

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

R = 26.48%
G = 28.72%
B = 44.81%

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

#828DDC (or 0x828DDC) is known color: Portage. HEX triplet: 82, 8D and DC. RGB value is (130,141,220). Sum of RGB (Red+Green+Blue) = 130+141+220=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #828DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DDC is #7D7223. Grayscale: #929292. Windows color (decimal): -8221220 or 14454146. OLE color: 14454146.

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

Color convert

RGB 130 141 220 -
CMYK 0.41 0.36 0 0.14
HSL 232.67º 0.56% 0.69% -
HSV(B) 232.67º 0.41% 0.86% -
XYZ 31.65 28.96 71.63 -
YUV 146.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 130 141 220 0.41 0.36 0 0.14 232.67 0.56 0.69
Hex 82 8D DC 29 24 0 E E9 38 45
Octal 202 215 334 51 44 0 16 351 70 105
Binary 10000010 10001101 11011100 101001 100100 0 1110 11101001 111000 1000101

Color Harmonies of #828DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DDC

Black with #828DDC

Text Example


Text Example

White with #828DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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