Html Css Color HEX #828AEE Portage

📋 copy color: '#828AEE'

red 130 ◦ green 138 ◦ blue 238

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

Shades of Portage #828AEE

Tints of Portage #828AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 25.69%
G = 27.27%
B = 47.04%

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

#828AEE (or 0x828AEE) is known color: Portage. HEX triplet: 82, 8A and EE. RGB value is (130,138,238). Sum of RGB (Red+Green+Blue) = 130+138+238=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #828AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AEE is #7D7511. Grayscale: #929292. Windows color (decimal): -8221970 or 15633026. OLE color: 15633026.

HSL color Cylindrical-coordinate representation of color #828AEE: hue angle of 235.56º degrees, saturation: 0.76, 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 #828AEE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 138 238 -
CMYK 0.45 0.42 0 0.07
HSL 235.56º 0.76% 0.72% -
HSV(B) 235.56º 0.45% 0.93% -
XYZ 33.73 29.1 84.73 -
YUV 147.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 130 138 238 0.45 0.42 0 0.07 235.56 0.76 0.72
Hex 82 8A EE 2D 2A 0 7 EC 4C 48
Octal 202 212 356 55 52 0 7 354 114 110
Binary 10000010 10001010 11101110 101101 101010 0 111 11101100 1001100 1001000

Color Harmonies of #828AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AEE

Black with #828AEE

Text Example


Text Example

White with #828AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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