Html Css Color HEX #828FD7 Portage

📋 copy color: '#828FD7'

red 130 ◦ green 143 ◦ blue 215

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

Shades of Portage #828FD7

Tints of Portage #828FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 26.64%
G = 29.3%
B = 44.06%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#828FD7 (or 0x828FD7) is known color: Portage. HEX triplet: 82, 8F and D7. RGB value is (130,143,215). Sum of RGB (Red+Green+Blue) = 130+143+215=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #828FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FD7 is #7D7028. Grayscale: #939393. Windows color (decimal): -8220713 or 14126978. OLE color: 14126978.

HSL color Cylindrical-coordinate representation of color #828FD7: hue angle of 230.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828FD7 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 143 215 -
CMYK 0.40 0.33 0 0.16
HSL 230.82º 0.52% 0.68% -
HSV(B) 230.82º 0.4% 0.84% -
XYZ 31.29 29.3 68.3 -
YUV 147.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 130 143 215 0.40 0.33 0 0.16 230.82 0.52 0.68
Hex 82 8F D7 28 21 0 10 E7 34 44
Octal 202 217 327 50 41 0 20 347 64 104
Binary 10000010 10001111 11010111 101000 100001 0 10000 11100111 110100 1000100

Color Harmonies of #828FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FD7

Black with #828FD7

Text Example


Text Example

White with #828FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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