Html Css Color HEX #828DEF Portage

📋 copy color: '#828DEF'

red 130 ◦ green 141 ◦ blue 239

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

Shades of Portage #828DEF

Tints of Portage #828DEF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.65%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 25.49%
G = 27.65%
B = 46.86%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#828DEF (or 0x828DEF) is known color: Portage. HEX triplet: 82, 8D and EF. RGB value is (130,141,239). Sum of RGB (Red+Green+Blue) = 130+141+239=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #828DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DEF is #7D7210. Grayscale: #949494. Windows color (decimal): -8221201 or 15699330. OLE color: 15699330.

HSL color Cylindrical-coordinate representation of color #828DEF: hue angle of 233.94º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828DEF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 141 239 -
CMYK 0.46 0.41 0 0.06
HSL 233.95º 0.77% 0.72% -
HSV(B) 233.95º 0.46% 0.94% -
XYZ 34.31 30.03 85.65 -
YUV 148.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 130 141 239 0.46 0.41 0 0.06 233.95 0.77 0.72
Hex 82 8D EF 2E 29 0 6 EA 4D 48
Octal 202 215 357 56 51 0 6 352 115 110
Binary 10000010 10001101 11101111 101110 101001 0 110 11101010 1001101 1001000

Color Harmonies of #828DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DEF

Black with #828DEF

Text Example


Text Example

White with #828DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,239); }

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

background-color css

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

 a { background-color: rgb(130,141,239); }

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

border-color css

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

 span { border-color: rgb(130,141,239); }

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