Html Css Color HEX #828ECC Portage

📋 copy color: '#828ECC'

red 130 ◦ green 142 ◦ blue 204

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

Shades of Portage #828ECC

Tints of Portage #828ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 27.31%
G = 29.83%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#828ECC (or 0x828ECC) is known color: Portage. HEX triplet: 82, 8E and CC. RGB value is (130,142,204). Sum of RGB (Red+Green+Blue) = 130+142+204=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #828ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ECC is #7D7133. Grayscale: #919191. Windows color (decimal): -8220980 or 13405826. OLE color: 13405826.

HSL color Cylindrical-coordinate representation of color #828ECC: hue angle of 230.27º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828ECC is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 142 204 -
CMYK 0.36 0.30 0 0.2
HSL 230.27º 0.42% 0.65% -
HSV(B) 230.27º 0.36% 0.8% -
XYZ 29.78 28.45 61.05 -
YUV 145.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 130 142 204 0.36 0.30 0 0.2 230.27 0.42 0.65
Hex 82 8E CC 24 1E 0 14 E6 2A 41
Octal 202 216 314 44 36 0 24 346 52 101
Binary 10000010 10001110 11001100 100100 11110 0 10100 11100110 101010 1000001

Color Harmonies of #828ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ECC

Black with #828ECC

Text Example


Text Example

White with #828ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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