Html Css Color HEX #828BCE Portage

📋 copy color: '#828BCE'

red 130 ◦ green 139 ◦ blue 206

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

Shades of Portage #828BCE

Tints of Portage #828BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

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

R = 27.37%
G = 29.26%
B = 43.37%

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

#828BCE (or 0x828BCE) is known color: Portage. HEX triplet: 82, 8B and CE. RGB value is (130,139,206). Sum of RGB (Red+Green+Blue) = 130+139+206=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #828BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BCE is #7D7431. Grayscale: #8F8F8F. Windows color (decimal): -8221746 or 13536130. OLE color: 13536130.

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

Color convert

RGB 130 139 206 -
CMYK 0.37 0.33 0 0.19
HSL 232.89º 0.44% 0.66% -
HSV(B) 232.89º 0.37% 0.81% -
XYZ 29.58 27.67 62.17 -
YUV 143.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 130 139 206 0.37 0.33 0 0.19 232.89 0.44 0.66
Hex 82 8B CE 25 21 0 13 E9 2C 42
Octal 202 213 316 45 41 0 23 351 54 102
Binary 10000010 10001011 11001110 100101 100001 0 10011 11101001 101100 1000010

Color Harmonies of #828BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BCE

Black with #828BCE

Text Example


Text Example

White with #828BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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