Html Css Color HEX #828DEE Portage

📋 copy color: '#828DEE'

red 130 ◦ green 141 ◦ blue 238

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

Shades of Portage #828DEE

Tints of Portage #828DEE

RGB

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

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

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

R = 25.54%
G = 27.7%
B = 46.76%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#828DEE (or 0x828DEE) is known color: Portage. HEX triplet: 82, 8D and EE. RGB value is (130,141,238). Sum of RGB (Red+Green+Blue) = 130+141+238=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #828DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DEE is #7D7211. Grayscale: #949494. Windows color (decimal): -8221202 or 15633794. OLE color: 15633794.

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

Color convert

RGB 130 141 238 -
CMYK 0.45 0.41 0 0.07
HSL 233.89º 0.76% 0.72% -
HSV(B) 233.89º 0.45% 0.93% -
XYZ 34.16 29.97 84.87 -
YUV 148.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 130 141 238 0.45 0.41 0 0.07 233.89 0.76 0.72
Hex 82 8D EE 2D 29 0 7 EA 4C 48
Octal 202 215 356 55 51 0 7 352 114 110
Binary 10000010 10001101 11101110 101101 101001 0 111 11101010 1001100 1001000

Color Harmonies of #828DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DEE

Black with #828DEE

Text Example


Text Example

White with #828DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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