Html Css Color HEX #828DD5 Portage

📋 copy color: '#828DD5'

red 130 ◦ green 141 ◦ blue 213

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

Shades of Portage #828DD5

Tints of Portage #828DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 26.86%
G = 29.13%
B = 44.01%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#828DD5 (or 0x828DD5) is known color: Portage. HEX triplet: 82, 8D and D5. RGB value is (130,141,213). Sum of RGB (Red+Green+Blue) = 130+141+213=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #828DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DD5 is #7D722A. Grayscale: #919191. Windows color (decimal): -8221227 or 13995394. OLE color: 13995394.

HSL color Cylindrical-coordinate representation of color #828DD5: hue angle of 232.05º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828DD5 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 141 213 -
CMYK 0.39 0.34 0 0.16
HSL 232.05º 0.5% 0.67% -
HSV(B) 232.05º 0.39% 0.84% -
XYZ 30.74 28.6 66.85 -
YUV 145.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 130 141 213 0.39 0.34 0 0.16 232.05 0.5 0.67
Hex 82 8D D5 27 22 0 10 E8 32 43
Octal 202 215 325 47 42 0 20 350 62 103
Binary 10000010 10001101 11010101 100111 100010 0 10000 11101000 110010 1000011

Color Harmonies of #828DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DD5

Black with #828DD5

Text Example


Text Example

White with #828DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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