Html Css Color HEX #828CCD Portage

📋 copy color: '#828CCD'

red 130 ◦ green 140 ◦ blue 205

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

Shades of Portage #828CCD

Tints of Portage #828CCD

RGB

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

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

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

R = 27.37%
G = 29.47%
B = 43.16%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828CCD (or 0x828CCD) is known color: Portage. HEX triplet: 82, 8C and CD. RGB value is (130,140,205). Sum of RGB (Red+Green+Blue) = 130+140+205=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #828CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCD is #7D7332. Grayscale: #909090. Windows color (decimal): -8221491 or 13470850. OLE color: 13470850.

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

Color convert

RGB 130 140 205 -
CMYK 0.37 0.32 0 0.20
HSL 232º 0.43% 0.66% -
HSV(B) 232º 0.37% 0.8% -
XYZ 29.6 27.91 61.58 -
YUV 144.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 130 140 205 0.37 0.32 0 0.20 232 0.43 0.66
Hex 82 8C CD 25 20 0 14 E8 2B 42
Octal 202 214 315 45 40 0 24 350 53 102
Binary 10000010 10001100 11001101 100101 100000 0 10100 11101000 101011 1000010

Color Harmonies of #828CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CCD

Black with #828CCD

Text Example


Text Example

White with #828CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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