Html Css Color HEX #828FD9 Portage

📋 copy color: '#828FD9'

red 130 ◦ green 143 ◦ blue 217

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

Shades of Portage #828FD9

Tints of Portage #828FD9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 26.53%
G = 29.18%
B = 44.29%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828FD9 (or 0x828FD9) is known color: Portage. HEX triplet: 82, 8F and D9. RGB value is (130,143,217). Sum of RGB (Red+Green+Blue) = 130+143+217=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #828FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FD9 is #7D7026. Grayscale: #939393. Windows color (decimal): -8220711 or 14258050. OLE color: 14258050.

HSL color Cylindrical-coordinate representation of color #828FD9: hue angle of 231.03º degrees, saturation: 0.53, 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 #828FD9 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 143 217 -
CMYK 0.40 0.34 0 0.15
HSL 231.03º 0.53% 0.68% -
HSV(B) 231.03º 0.4% 0.85% -
XYZ 31.55 29.4 69.66 -
YUV 147.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 130 143 217 0.40 0.34 0 0.15 231.03 0.53 0.68
Hex 82 8F D9 28 22 0 F E7 35 44
Octal 202 217 331 50 42 0 17 347 65 104
Binary 10000010 10001111 11011001 101000 100010 0 1111 11100111 110101 1000100

Color Harmonies of #828FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FD9

Black with #828FD9

Text Example


Text Example

White with #828FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,143,217); }

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

background-color css

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

 a { background-color: rgb(130,143,217); }

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

border-color css

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

 span { border-color: rgb(130,143,217); }

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