Html Css Color HEX #828EEF Portage

📋 copy color: '#828EEF'

red 130 ◦ green 142 ◦ blue 239

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

Shades of Portage #828EEF

Tints of Portage #828EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.79%

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

R = 25.44%
G = 27.79%
B = 46.77%

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

#828EEF (or 0x828EEF) is known color: Portage. HEX triplet: 82, 8E and EF. RGB value is (130,142,239). Sum of RGB (Red+Green+Blue) = 130+142+239=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #828EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EEF is #7D7110. Grayscale: #959595. Windows color (decimal): -8220945 or 15699586. OLE color: 15699586.

HSL color Cylindrical-coordinate representation of color #828EEF: hue angle of 233.39º 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 #828EEF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 142 239 -
CMYK 0.46 0.41 0 0.06
HSL 233.39º 0.77% 0.72% -
HSV(B) 233.39º 0.46% 0.94% -
XYZ 34.46 30.32 85.7 -
YUV 149.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 130 142 239 0.46 0.41 0 0.06 233.39 0.77 0.72
Hex 82 8E EF 2E 29 0 6 E9 4D 48
Octal 202 216 357 56 51 0 6 351 115 110
Binary 10000010 10001110 11101111 101110 101001 0 110 11101001 1001101 1001000

Color Harmonies of #828EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EEF

Black with #828EEF

Text Example


Text Example

White with #828EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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