Html Css Color HEX #828FEB Portage

📋 copy color: '#828FEB'

red 130 ◦ green 143 ◦ blue 235

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

Shades of Portage #828FEB

Tints of Portage #828FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 25.59%
G = 28.15%
B = 46.26%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#828FEB (or 0x828FEB) is known color: Portage. HEX triplet: 82, 8F and EB. RGB value is (130,143,235). Sum of RGB (Red+Green+Blue) = 130+143+235=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #828FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FEB is #7D7014. Grayscale: #959595. Windows color (decimal): -8220693 or 15437698. OLE color: 15437698.

HSL color Cylindrical-coordinate representation of color #828FEB: hue angle of 232.57º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828FEB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 143 235 -
CMYK 0.45 0.39 0 0.08
HSL 232.57º 0.72% 0.72% -
HSV(B) 232.57º 0.45% 0.92% -
XYZ 34.02 30.39 82.67 -
YUV 149.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 130 143 235 0.45 0.39 0 0.08 232.57 0.72 0.72
Hex 82 8F EB 2D 27 0 8 E9 48 48
Octal 202 217 353 55 47 0 10 351 110 110
Binary 10000010 10001111 11101011 101101 100111 0 1000 11101001 1001000 1001000

Color Harmonies of #828FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FEB

Black with #828FEB

Text Example


Text Example

White with #828FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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