Html Css Color HEX #828DF4 Portage

📋 copy color: '#828DF4'

red 130 ◦ green 141 ◦ blue 244

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

Shades of Portage #828DF4

Tints of Portage #828DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 25.24%
G = 27.38%
B = 47.38%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#828DF4 (or 0x828DF4) is known color: Portage. HEX triplet: 82, 8D and F4. RGB value is (130,141,244). Sum of RGB (Red+Green+Blue) = 130+141+244=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #828DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DF4 is #7D720B. Grayscale: #959595. Windows color (decimal): -8221196 or 16027010. OLE color: 16027010.

HSL color Cylindrical-coordinate representation of color #828DF4: hue angle of 234.21º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828DF4 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 141 244 -
CMYK 0.47 0.42 0 0.04
HSL 234.21º 0.84% 0.73% -
HSV(B) 234.21º 0.47% 0.96% -
XYZ 35.06 30.33 89.59 -
YUV 149.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 130 141 244 0.47 0.42 0 0.04 234.21 0.84 0.73
Hex 82 8D F4 2F 2A 0 4 EA 54 49
Octal 202 215 364 57 52 0 4 352 124 111
Binary 10000010 10001101 11110100 101111 101010 0 100 11101010 1010100 1001001

Color Harmonies of #828DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DF4

Black with #828DF4

Text Example


Text Example

White with #828DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,244); }

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

background-color css

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

 a { background-color: rgb(130,141,244); }

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

border-color css

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

 span { border-color: rgb(130,141,244); }

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