Html Css Color HEX #828CCE Portage

📋 copy color: '#828CCE'

red 130 ◦ green 140 ◦ blue 206

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

Shades of Portage #828CCE

Tints of Portage #828CCE

RGB

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

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

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

R = 27.31%
G = 29.41%
B = 43.28%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#828CCE (or 0x828CCE) is known color: Portage. HEX triplet: 82, 8C and CE. RGB value is (130,140,206). Sum of RGB (Red+Green+Blue) = 130+140+206=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #828CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCE is #7D7331. Grayscale: #909090. Windows color (decimal): -8221490 or 13536386. OLE color: 13536386.

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

Color convert

RGB 130 140 206 -
CMYK 0.37 0.32 0 0.19
HSL 232.11º 0.44% 0.66% -
HSV(B) 232.11º 0.37% 0.81% -
XYZ 29.72 27.96 62.22 -
YUV 144.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 130 140 206 0.37 0.32 0 0.19 232.11 0.44 0.66
Hex 82 8C CE 25 20 0 13 E8 2C 42
Octal 202 214 316 45 40 0 23 350 54 102
Binary 10000010 10001100 11001110 100101 100000 0 10011 11101000 101100 1000010

Color Harmonies of #828CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CCE

Black with #828CCE

Text Example


Text Example

White with #828CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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