Html Css Color HEX #828FD5 Portage

📋 copy color: '#828FD5'

red 130 ◦ green 143 ◦ blue 213

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

Shades of Portage #828FD5

Tints of Portage #828FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 26.75%
G = 29.42%
B = 43.83%

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

#828FD5 (or 0x828FD5) is known color: Portage. HEX triplet: 82, 8F and D5. RGB value is (130,143,213). Sum of RGB (Red+Green+Blue) = 130+143+213=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #828FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FD5 is #7D702A. Grayscale: #929292. Windows color (decimal): -8220715 or 13995906. OLE color: 13995906.

HSL color Cylindrical-coordinate representation of color #828FD5: hue angle of 230.6º degrees, saturation: 0.5, 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 #828FD5 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 143 213 -
CMYK 0.39 0.33 0 0.16
HSL 230.6º 0.5% 0.67% -
HSV(B) 230.6º 0.39% 0.84% -
XYZ 31.04 29.19 66.95 -
YUV 147.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 130 143 213 0.39 0.33 0 0.16 230.6 0.5 0.67
Hex 82 8F D5 27 21 0 10 E7 32 43
Octal 202 217 325 47 41 0 20 347 62 103
Binary 10000010 10001111 11010101 100111 100001 0 10000 11100111 110010 1000011

Color Harmonies of #828FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FD5

Black with #828FD5

Text Example


Text Example

White with #828FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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