Html Css Color HEX #828ECD Portage

📋 copy color: '#828ECD'

red 130 ◦ green 142 ◦ blue 205

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

Shades of Portage #828ECD

Tints of Portage #828ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 27.25%
G = 29.77%
B = 42.98%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828ECD (or 0x828ECD) is known color: Portage. HEX triplet: 82, 8E and CD. RGB value is (130,142,205). Sum of RGB (Red+Green+Blue) = 130+142+205=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #828ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ECD is #7D7132. Grayscale: #919191. Windows color (decimal): -8220979 or 13471362. OLE color: 13471362.

HSL color Cylindrical-coordinate representation of color #828ECD: hue angle of 230.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828ECD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 142 205 -
CMYK 0.37 0.31 0 0.20
HSL 230.4º 0.43% 0.66% -
HSV(B) 230.4º 0.37% 0.8% -
XYZ 29.9 28.5 61.68 -
YUV 145.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 130 142 205 0.37 0.31 0 0.20 230.4 0.43 0.66
Hex 82 8E CD 25 1F 0 14 E6 2B 42
Octal 202 216 315 45 37 0 24 346 53 102
Binary 10000010 10001110 11001101 100101 11111 0 10100 11100110 101011 1000010

Color Harmonies of #828ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ECD

Black with #828ECD

Text Example


Text Example

White with #828ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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