Html Css Color HEX #828FEE Portage

📋 copy color: '#828FEE'

red 130 ◦ green 143 ◦ blue 238

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

Shades of Portage #828FEE

Tints of Portage #828FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 25.44%
G = 27.98%
B = 46.58%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#828FEE (or 0x828FEE) is known color: Portage. HEX triplet: 82, 8F and EE. RGB value is (130,143,238). Sum of RGB (Red+Green+Blue) = 130+143+238=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #828FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FEE is #7D7011. Grayscale: #959595. Windows color (decimal): -8220690 or 15634306. OLE color: 15634306.

HSL color Cylindrical-coordinate representation of color #828FEE: hue angle of 232.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828FEE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 143 238 -
CMYK 0.45 0.40 0 0.07
HSL 232.78º 0.76% 0.72% -
HSV(B) 232.78º 0.45% 0.93% -
XYZ 34.46 30.56 84.97 -
YUV 149.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 130 143 238 0.45 0.40 0 0.07 232.78 0.76 0.72
Hex 82 8F EE 2D 28 0 7 E9 4C 48
Octal 202 217 356 55 50 0 7 351 114 110
Binary 10000010 10001111 11101110 101101 101000 0 111 11101001 1001100 1001000

Color Harmonies of #828FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FEE

Black with #828FEE

Text Example


Text Example

White with #828FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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