Html Css Color HEX #828FD6 Portage

📋 copy color: '#828FD6'

red 130 ◦ green 143 ◦ blue 214

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

Shades of Portage #828FD6

Tints of Portage #828FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 26.69%
G = 29.36%
B = 43.94%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#828FD6 (or 0x828FD6) is known color: Portage. HEX triplet: 82, 8F and D6. RGB value is (130,143,214). Sum of RGB (Red+Green+Blue) = 130+143+214=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #828FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FD6 is #7D7029. Grayscale: #929292. Windows color (decimal): -8220714 or 14061442. OLE color: 14061442.

HSL color Cylindrical-coordinate representation of color #828FD6: hue angle of 230.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828FD6 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 143 214 -
CMYK 0.39 0.33 0 0.16
HSL 230.71º 0.51% 0.67% -
HSV(B) 230.71º 0.39% 0.84% -
XYZ 31.17 29.25 67.62 -
YUV 147.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 130 143 214 0.39 0.33 0 0.16 230.71 0.51 0.67
Hex 82 8F D6 27 21 0 10 E7 33 43
Octal 202 217 326 47 41 0 20 347 63 103
Binary 10000010 10001111 11010110 100111 100001 0 10000 11100111 110011 1000011

Color Harmonies of #828FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FD6

Black with #828FD6

Text Example


Text Example

White with #828FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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