Html Css Color HEX #828ADC Portage

📋 copy color: '#828ADC'

red 130 ◦ green 138 ◦ blue 220

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

Shades of Portage #828ADC

Tints of Portage #828ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 26.64%
G = 28.28%
B = 45.08%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#828ADC (or 0x828ADC) is known color: Portage. HEX triplet: 82, 8A and DC. RGB value is (130,138,220). Sum of RGB (Red+Green+Blue) = 130+138+220=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #828ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADC is #7D7523. Grayscale: #909090. Windows color (decimal): -8221988 or 14453378. OLE color: 14453378.

HSL color Cylindrical-coordinate representation of color #828ADC: hue angle of 234.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 #828ADC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 138 220 -
CMYK 0.41 0.37 0 0.14
HSL 234.67º 0.56% 0.69% -
HSV(B) 234.67º 0.41% 0.86% -
XYZ 31.21 28.09 71.49 -
YUV 144.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 130 138 220 0.41 0.37 0 0.14 234.67 0.56 0.69
Hex 82 8A DC 29 25 0 E EB 38 45
Octal 202 212 334 51 45 0 16 353 70 105
Binary 10000010 10001010 11011100 101001 100101 0 1110 11101011 111000 1000101

Color Harmonies of #828ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ADC

Black with #828ADC

Text Example


Text Example

White with #828ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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