Html Css Color HEX #828ADE Portage

📋 copy color: '#828ADE'

red 130 ◦ green 138 ◦ blue 222

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

Shades of Portage #828ADE

Tints of Portage #828ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 26.53%
G = 28.16%
B = 45.31%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#828ADE (or 0x828ADE) is known color: Portage. HEX triplet: 82, 8A and DE. RGB value is (130,138,222). Sum of RGB (Red+Green+Blue) = 130+138+222=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #828ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADE is #7D7521. Grayscale: #909090. Windows color (decimal): -8221986 or 14584450. OLE color: 14584450.

HSL color Cylindrical-coordinate representation of color #828ADE: hue angle of 234.78º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828ADE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 138 222 -
CMYK 0.41 0.38 0 0.13
HSL 234.78º 0.58% 0.69% -
HSV(B) 234.78º 0.41% 0.87% -
XYZ 31.48 28.2 72.89 -
YUV 145.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 130 138 222 0.41 0.38 0 0.13 234.78 0.58 0.69
Hex 82 8A DE 29 26 0 D EB 3A 45
Octal 202 212 336 51 46 0 15 353 72 105
Binary 10000010 10001010 11011110 101001 100110 0 1101 11101011 111010 1000101

Color Harmonies of #828ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ADE

Black with #828ADE

Text Example


Text Example

White with #828ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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