Html Css Color HEX #828AEC Portage

📋 copy color: '#828AEC'

red 130 ◦ green 138 ◦ blue 236

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

Shades of Portage #828AEC

Tints of Portage #828AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 25.79%
G = 27.38%
B = 46.83%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#828AEC (or 0x828AEC) is known color: Portage. HEX triplet: 82, 8A and EC. RGB value is (130,138,236). Sum of RGB (Red+Green+Blue) = 130+138+236=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #828AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AEC is #7D7513. Grayscale: #929292. Windows color (decimal): -8221972 or 15501954. OLE color: 15501954.

HSL color Cylindrical-coordinate representation of color #828AEC: hue angle of 235.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828AEC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 138 236 -
CMYK 0.45 0.42 0 0.07
HSL 235.47º 0.74% 0.72% -
HSV(B) 235.47º 0.45% 0.93% -
XYZ 33.43 28.98 83.19 -
YUV 146.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 130 138 236 0.45 0.42 0 0.07 235.47 0.74 0.72
Hex 82 8A EC 2D 2A 0 7 EB 4A 48
Octal 202 212 354 55 52 0 7 353 112 110
Binary 10000010 10001010 11101100 101101 101010 0 111 11101011 1001010 1001000

Color Harmonies of #828AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AEC

Black with #828AEC

Text Example


Text Example

White with #828AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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