Html Css Color HEX #828DCE Portage

📋 copy color: '#828DCE'

red 130 ◦ green 141 ◦ blue 206

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

Shades of Portage #828DCE

Tints of Portage #828DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 27.25%
G = 29.56%
B = 43.19%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#828DCE (or 0x828DCE) is known color: Portage. HEX triplet: 82, 8D and CE. RGB value is (130,141,206). Sum of RGB (Red+Green+Blue) = 130+141+206=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #828DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DCE is #7D7231. Grayscale: #909090. Windows color (decimal): -8221234 or 13536642. OLE color: 13536642.

HSL color Cylindrical-coordinate representation of color #828DCE: hue angle of 231.32º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828DCE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 141 206 -
CMYK 0.37 0.32 0 0.19
HSL 231.32º 0.44% 0.66% -
HSV(B) 231.32º 0.37% 0.81% -
XYZ 29.87 28.25 62.27 -
YUV 145.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 130 141 206 0.37 0.32 0 0.19 231.32 0.44 0.66
Hex 82 8D CE 25 20 0 13 E7 2C 42
Octal 202 215 316 45 40 0 23 347 54 102
Binary 10000010 10001101 11001110 100101 100000 0 10011 11100111 101100 1000010

Color Harmonies of #828DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DCE

Black with #828DCE

Text Example


Text Example

White with #828DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,206); }

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

background-color css

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

 a { background-color: rgb(130,141,206); }

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

border-color css

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

 span { border-color: rgb(130,141,206); }

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