Html Css Color HEX #828ACE Portage

📋 copy color: '#828ACE'

red 130 ◦ green 138 ◦ blue 206

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

Shades of Portage #828ACE

Tints of Portage #828ACE

RGB

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

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

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

R = 27.43%
G = 29.11%
B = 43.46%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#828ACE (or 0x828ACE) is known color: Portage. HEX triplet: 82, 8A and CE. RGB value is (130,138,206). Sum of RGB (Red+Green+Blue) = 130+138+206=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #828ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACE is #7D7531. Grayscale: #8F8F8F. Windows color (decimal): -8222002 or 13535874. OLE color: 13535874.

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

Color convert

RGB 130 138 206 -
CMYK 0.37 0.33 0 0.19
HSL 233.68º 0.44% 0.66% -
HSV(B) 233.68º 0.37% 0.81% -
XYZ 29.43 27.38 62.13 -
YUV 143.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 130 138 206 0.37 0.33 0 0.19 233.68 0.44 0.66
Hex 82 8A CE 25 21 0 13 EA 2C 42
Octal 202 212 316 45 41 0 23 352 54 102
Binary 10000010 10001010 11001110 100101 100001 0 10011 11101010 101100 1000010

Color Harmonies of #828ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ACE

Black with #828ACE

Text Example


Text Example

White with #828ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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