Html Css Color HEX #828EDE Portage

📋 copy color: '#828EDE'

red 130 ◦ green 142 ◦ blue 222

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

Shades of Portage #828EDE

Tints of Portage #828EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.74%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 26.32%
G = 28.74%
B = 44.94%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#828EDE (or 0x828EDE) is known color: Portage. HEX triplet: 82, 8E and DE. RGB value is (130,142,222). Sum of RGB (Red+Green+Blue) = 130+142+222=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #828EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDE is #7D7121. Grayscale: #939393. Windows color (decimal): -8220962 or 14585474. OLE color: 14585474.

HSL color Cylindrical-coordinate representation of color #828EDE: hue angle of 232.17º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828EDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 142 222 -
CMYK 0.41 0.36 0 0.13
HSL 232.17º 0.58% 0.69% -
HSV(B) 232.17º 0.41% 0.87% -
XYZ 32.06 29.37 73.09 -
YUV 147.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 130 142 222 0.41 0.36 0 0.13 232.17 0.58 0.69
Hex 82 8E DE 29 24 0 D E8 3A 45
Octal 202 216 336 51 44 0 15 350 72 105
Binary 10000010 10001110 11011110 101001 100100 0 1101 11101000 111010 1000101

Color Harmonies of #828EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EDE

Black with #828EDE

Text Example


Text Example

White with #828EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,222); }

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

background-color css

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

 a { background-color: rgb(130,142,222); }

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

border-color css

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

 span { border-color: rgb(130,142,222); }

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