Html Css Color HEX #828CDC Portage

📋 copy color: '#828CDC'

red 130 ◦ green 140 ◦ blue 220

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

Shades of Portage #828CDC

Tints of Portage #828CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 26.53%
G = 28.57%
B = 44.9%

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

#828CDC (or 0x828CDC) is known color: Portage. HEX triplet: 82, 8C and DC. RGB value is (130,140,220). Sum of RGB (Red+Green+Blue) = 130+140+220=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #828CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CDC is #7D7323. Grayscale: #919191. Windows color (decimal): -8221476 or 14453890. OLE color: 14453890.

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

Color convert

RGB 130 140 220 -
CMYK 0.41 0.36 0 0.14
HSL 233.33º 0.56% 0.69% -
HSV(B) 233.33º 0.41% 0.86% -
XYZ 31.5 28.67 71.58 -
YUV 146.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 130 140 220 0.41 0.36 0 0.14 233.33 0.56 0.69
Hex 82 8C DC 29 24 0 E E9 38 45
Octal 202 214 334 51 44 0 16 351 70 105
Binary 10000010 10001100 11011100 101001 100100 0 1110 11101001 111000 1000101

Color Harmonies of #828CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CDC

Black with #828CDC

Text Example


Text Example

White with #828CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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