Html Css Color HEX #828FDB Portage

📋 copy color: '#828FDB'

red 130 ◦ green 143 ◦ blue 219

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

Shades of Portage #828FDB

Tints of Portage #828FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 26.42%
G = 29.07%
B = 44.51%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#828FDB (or 0x828FDB) is known color: Portage. HEX triplet: 82, 8F and DB. RGB value is (130,143,219). Sum of RGB (Red+Green+Blue) = 130+143+219=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #828FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDB is #7D7024. Grayscale: #939393. Windows color (decimal): -8220709 or 14389122. OLE color: 14389122.

HSL color Cylindrical-coordinate representation of color #828FDB: hue angle of 231.24º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828FDB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 143 219 -
CMYK 0.41 0.35 0 0.14
HSL 231.24º 0.55% 0.68% -
HSV(B) 231.24º 0.41% 0.86% -
XYZ 31.81 29.51 71.04 -
YUV 147.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 130 143 219 0.41 0.35 0 0.14 231.24 0.55 0.68
Hex 82 8F DB 29 23 0 E E7 37 44
Octal 202 217 333 51 43 0 16 347 67 104
Binary 10000010 10001111 11011011 101001 100011 0 1110 11100111 110111 1000100

Color Harmonies of #828FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FDB

Black with #828FDB

Text Example


Text Example

White with #828FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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