Html Css Color HEX #828DCD Portage

📋 copy color: '#828DCD'

red 130 ◦ green 141 ◦ blue 205

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

Shades of Portage #828DCD

Tints of Portage #828DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 27.31%
G = 29.62%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828DCD (or 0x828DCD) is known color: Portage. HEX triplet: 82, 8D and CD. RGB value is (130,141,205). Sum of RGB (Red+Green+Blue) = 130+141+205=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #828DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DCD is #7D7232. Grayscale: #909090. Windows color (decimal): -8221235 or 13471106. OLE color: 13471106.

HSL color Cylindrical-coordinate representation of color #828DCD: hue angle of 231.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828DCD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 141 205 -
CMYK 0.37 0.31 0 0.20
HSL 231.2º 0.43% 0.66% -
HSV(B) 231.2º 0.37% 0.8% -
XYZ 29.75 28.2 61.63 -
YUV 145.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 130 141 205 0.37 0.31 0 0.20 231.2 0.43 0.66
Hex 82 8D CD 25 1F 0 14 E7 2B 42
Octal 202 215 315 45 37 0 24 347 53 102
Binary 10000010 10001101 11001101 100101 11111 0 10100 11100111 101011 1000010

Color Harmonies of #828DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DCD

Black with #828DCD

Text Example


Text Example

White with #828DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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