Html Css Color HEX #828ACD Portage

📋 copy color: '#828ACD'

red 130 ◦ green 138 ◦ blue 205

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

Shades of Portage #828ACD

Tints of Portage #828ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

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

R = 27.48%
G = 29.18%
B = 43.34%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#828ACD (or 0x828ACD) is known color: Portage. HEX triplet: 82, 8A and CD. RGB value is (130,138,205). Sum of RGB (Red+Green+Blue) = 130+138+205=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #828ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACD is #7D7532. Grayscale: #8E8E8E. Windows color (decimal): -8222003 or 13470338. OLE color: 13470338.

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

Color convert

RGB 130 138 205 -
CMYK 0.37 0.33 0 0.20
HSL 233.6º 0.43% 0.66% -
HSV(B) 233.6º 0.37% 0.8% -
XYZ 29.31 27.33 61.49 -
YUV 143.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 130 138 205 0.37 0.33 0 0.20 233.6 0.43 0.66
Hex 82 8A CD 25 21 0 14 EA 2B 42
Octal 202 212 315 45 41 0 24 352 53 102
Binary 10000010 10001010 11001101 100101 100001 0 10100 11101010 101011 1000010

Color Harmonies of #828ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ACD

Black with #828ACD

Text Example


Text Example

White with #828ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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