Html Css Color HEX #829EE4 Portage

📋 copy color: '#829EE4'

red 130 ◦ green 158 ◦ blue 228

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

Shades of Portage #829EE4

Tints of Portage #829EE4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 25.19%
G = 30.62%
B = 44.19%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#829EE4 (or 0x829EE4) is known color: Portage. HEX triplet: 82, 9E and E4. RGB value is (130,158,228). Sum of RGB (Red+Green+Blue) = 130+158+228=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #829EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EE4 is #7D611B. Grayscale: #9D9D9D. Windows color (decimal): -8216860 or 14982786. OLE color: 14982786.

HSL color Cylindrical-coordinate representation of color #829EE4: hue angle of 222.86º 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 #829EE4 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 158 228 -
CMYK 0.43 0.31 0 0.11
HSL 222.86º 0.64% 0.7% -
HSV(B) 222.86º 0.43% 0.89% -
XYZ 35.44 34.8 78.25 -
YUV 157.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 130 158 228 0.43 0.31 0 0.11 222.86 0.64 0.7
Hex 82 9E E4 2B 1F 0 B DF 40 46
Octal 202 236 344 53 37 0 13 337 100 106
Binary 10000010 10011110 11100100 101011 11111 0 1011 11011111 1000000 1000110

Color Harmonies of #829EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EE4

Black with #829EE4

Text Example


Text Example

White with #829EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829EE4; }

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

 H1.HeaderClassName
 {
   color: #829EE4;
 }
 .AnyTagClassName
 {
   color: #829EE4;
 }
</style>

background-color css

<style>
 a { background-color: #829EE4; }

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

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

border-color css

<style>
 span { border-color: #829EE4; }

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

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