Html Css Color HEX #828ED6 Portage

📋 copy color: '#828ED6'

red 130 ◦ green 142 ◦ blue 214

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

Shades of Portage #828ED6

Tints of Portage #828ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.22%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 26.75%
G = 29.22%
B = 44.03%

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

#828ED6 (or 0x828ED6) is known color: Portage. HEX triplet: 82, 8E and D6. RGB value is (130,142,214). Sum of RGB (Red+Green+Blue) = 130+142+214=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #828ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ED6 is #7D7129. Grayscale: #929292. Windows color (decimal): -8220970 or 14061186. OLE color: 14061186.

HSL color Cylindrical-coordinate representation of color #828ED6: hue angle of 231.43º degrees, saturation: 0.51, 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 #828ED6 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 142 214 -
CMYK 0.39 0.34 0 0.16
HSL 231.43º 0.51% 0.67% -
HSV(B) 231.43º 0.39% 0.84% -
XYZ 31.02 28.95 67.57 -
YUV 146.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 130 142 214 0.39 0.34 0 0.16 231.43 0.51 0.67
Hex 82 8E D6 27 22 0 10 E7 33 43
Octal 202 216 326 47 42 0 20 347 63 103
Binary 10000010 10001110 11010110 100111 100010 0 10000 11100111 110011 1000011

Color Harmonies of #828ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ED6

Black with #828ED6

Text Example


Text Example

White with #828ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,214); }

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

background-color css

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

 a { background-color: rgb(130,142,214); }

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

border-color css

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

 span { border-color: rgb(130,142,214); }

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