Html Css Color HEX #828EDA Portage

📋 copy color: '#828EDA'

red 130 ◦ green 142 ◦ blue 218

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

Shades of Portage #828EDA

Tints of Portage #828EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 26.53%
G = 28.98%
B = 44.49%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828EDA (or 0x828EDA) is known color: Portage. HEX triplet: 82, 8E and DA. RGB value is (130,142,218). Sum of RGB (Red+Green+Blue) = 130+142+218=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #828EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDA is #7D7125. Grayscale: #929292. Windows color (decimal): -8220966 or 14323330. OLE color: 14323330.

HSL color Cylindrical-coordinate representation of color #828EDA: hue angle of 231.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828EDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 142 218 -
CMYK 0.40 0.35 0 0.15
HSL 231.82º 0.54% 0.68% -
HSV(B) 231.82º 0.4% 0.85% -
XYZ 31.53 29.15 70.29 -
YUV 147.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 130 142 218 0.40 0.35 0 0.15 231.82 0.54 0.68
Hex 82 8E DA 28 23 0 F E8 36 44
Octal 202 216 332 50 43 0 17 350 66 104
Binary 10000010 10001110 11011010 101000 100011 0 1111 11101000 110110 1000100

Color Harmonies of #828EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EDA

Black with #828EDA

Text Example


Text Example

White with #828EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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