Html Css Color HEX #828FE4 Portage

📋 copy color: '#828FE4'

red 130 ◦ green 143 ◦ blue 228

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

Shades of Portage #828FE4

Tints of Portage #828FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 25.95%
G = 28.54%
B = 45.51%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#828FE4 (or 0x828FE4) is known color: Portage. HEX triplet: 82, 8F and E4. RGB value is (130,143,228). Sum of RGB (Red+Green+Blue) = 130+143+228=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #828FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FE4 is #7D701B. Grayscale: #949494. Windows color (decimal): -8220700 or 14978946. OLE color: 14978946.

HSL color Cylindrical-coordinate representation of color #828FE4: hue angle of 232.04º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #828FE4 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 143 228 -
CMYK 0.43 0.37 0 0.11
HSL 232.04º 0.64% 0.7% -
HSV(B) 232.04º 0.43% 0.89% -
XYZ 33.03 29.99 77.45 -
YUV 148.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 130 143 228 0.43 0.37 0 0.11 232.04 0.64 0.7
Hex 82 8F E4 2B 25 0 B E8 40 46
Octal 202 217 344 53 45 0 13 350 100 106
Binary 10000010 10001111 11100100 101011 100101 0 1011 11101000 1000000 1000110

Color Harmonies of #828FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FE4

Black with #828FE4

Text Example


Text Example

White with #828FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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