Html Css Color HEX #828AEA Portage

📋 copy color: '#828AEA'

red 130 ◦ green 138 ◦ blue 234

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

Shades of Portage #828AEA

Tints of Portage #828AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 25.9%
G = 27.49%
B = 46.61%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#828AEA (or 0x828AEA) is known color: Portage. HEX triplet: 82, 8A and EA. RGB value is (130,138,234). Sum of RGB (Red+Green+Blue) = 130+138+234=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #828AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AEA is #7D7515. Grayscale: #929292. Windows color (decimal): -8221974 or 15370882. OLE color: 15370882.

HSL color Cylindrical-coordinate representation of color #828AEA: hue angle of 235.38º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828AEA is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 138 234 -
CMYK 0.44 0.41 0 0.08
HSL 235.38º 0.71% 0.71% -
HSV(B) 235.38º 0.44% 0.92% -
XYZ 33.15 28.86 81.67 -
YUV 146.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 130 138 234 0.44 0.41 0 0.08 235.38 0.71 0.71
Hex 82 8A EA 2C 29 0 8 EB 47 47
Octal 202 212 352 54 51 0 10 353 107 107
Binary 10000010 10001010 11101010 101100 101001 0 1000 11101011 1000111 1000111

Color Harmonies of #828AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AEA

Black with #828AEA

Text Example


Text Example

White with #828AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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