Html Css Color HEX #828ADA Portage

📋 copy color: '#828ADA'

red 130 ◦ green 138 ◦ blue 218

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

Shades of Portage #828ADA

Tints of Portage #828ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 26.75%
G = 28.4%
B = 44.86%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828ADA (or 0x828ADA) is known color: Portage. HEX triplet: 82, 8A and DA. RGB value is (130,138,218). Sum of RGB (Red+Green+Blue) = 130+138+218=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #828ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADA is #7D7525. Grayscale: #909090. Windows color (decimal): -8221990 or 14322306. OLE color: 14322306.

HSL color Cylindrical-coordinate representation of color #828ADA: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828ADA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 138 218 -
CMYK 0.40 0.37 0 0.15
HSL 234.55º 0.54% 0.68% -
HSV(B) 234.55º 0.4% 0.85% -
XYZ 30.95 27.98 70.1 -
YUV 144.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 130 138 218 0.40 0.37 0 0.15 234.55 0.54 0.68
Hex 82 8A DA 28 25 0 F EB 36 44
Octal 202 212 332 50 45 0 17 353 66 104
Binary 10000010 10001010 11011010 101000 100101 0 1111 11101011 110110 1000100

Color Harmonies of #828ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ADA

Black with #828ADA

Text Example


Text Example

White with #828ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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