Html Css Color HEX #828FEF Portage

📋 copy color: '#828FEF'

red 130 ◦ green 143 ◦ blue 239

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

Shades of Portage #828FEF

Tints of Portage #828FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.93%

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

R = 25.39%
G = 27.93%
B = 46.68%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#828FEF (or 0x828FEF) is known color: Portage. HEX triplet: 82, 8F and EF. RGB value is (130,143,239). Sum of RGB (Red+Green+Blue) = 130+143+239=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #828FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FEF is #7D7010. Grayscale: #959595. Windows color (decimal): -8220689 or 15699842. OLE color: 15699842.

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

Color convert

RGB 130 143 239 -
CMYK 0.46 0.40 0 0.06
HSL 232.84º 0.77% 0.72% -
HSV(B) 232.84º 0.46% 0.94% -
XYZ 34.61 30.62 85.75 -
YUV 150.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 130 143 239 0.46 0.40 0 0.06 232.84 0.77 0.72
Hex 82 8F EF 2E 28 0 6 E9 4D 48
Octal 202 217 357 56 50 0 6 351 115 110
Binary 10000010 10001111 11101111 101110 101000 0 110 11101001 1001101 1001000

Color Harmonies of #828FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FEF

Black with #828FEF

Text Example


Text Example

White with #828FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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