Html Css Color HEX #828CDB Portage

📋 copy color: '#828CDB'

red 130 ◦ green 140 ◦ blue 219

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

Shades of Portage #828CDB

Tints of Portage #828CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

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

R = 26.58%
G = 28.63%
B = 44.79%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#828CDB (or 0x828CDB) is known color: Portage. HEX triplet: 82, 8C and DB. RGB value is (130,140,219). Sum of RGB (Red+Green+Blue) = 130+140+219=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #828CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CDB is #7D7324. Grayscale: #919191. Windows color (decimal): -8221477 or 14388354. OLE color: 14388354.

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

Color convert

RGB 130 140 219 -
CMYK 0.41 0.36 0 0.14
HSL 233.26º 0.55% 0.68% -
HSV(B) 233.26º 0.41% 0.86% -
XYZ 31.37 28.62 70.89 -
YUV 146.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 130 140 219 0.41 0.36 0 0.14 233.26 0.55 0.68
Hex 82 8C DB 29 24 0 E E9 37 44
Octal 202 214 333 51 44 0 16 351 67 104
Binary 10000010 10001100 11011011 101001 100100 0 1110 11101001 110111 1000100

Color Harmonies of #828CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CDB

Black with #828CDB

Text Example


Text Example

White with #828CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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