Html Css Color HEX #828BDB Portage

📋 copy color: '#828BDB'

red 130 ◦ green 139 ◦ blue 219

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

Shades of Portage #828BDB

Tints of Portage #828BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.48%

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

R = 26.64%
G = 28.48%
B = 44.88%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#828BDB (or 0x828BDB) is known color: Portage. HEX triplet: 82, 8B and DB. RGB value is (130,139,219). Sum of RGB (Red+Green+Blue) = 130+139+219=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #828BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BDB is #7D7424. Grayscale: #919191. Windows color (decimal): -8221733 or 14388098. OLE color: 14388098.

HSL color Cylindrical-coordinate representation of color #828BDB: hue angle of 233.93º 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 #828BDB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 139 219 -
CMYK 0.41 0.37 0 0.14
HSL 233.93º 0.55% 0.68% -
HSV(B) 233.93º 0.41% 0.86% -
XYZ 31.22 28.33 70.84 -
YUV 145.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 130 139 219 0.41 0.37 0 0.14 233.93 0.55 0.68
Hex 82 8B DB 29 25 0 E EA 37 44
Octal 202 213 333 51 45 0 16 352 67 104
Binary 10000010 10001011 11011011 101001 100101 0 1110 11101010 110111 1000100

Color Harmonies of #828BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BDB

Black with #828BDB

Text Example


Text Example

White with #828BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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