Html Css Color HEX #829FE4 Portage

📋 copy color: '#829FE4'

red 130 ◦ green 159 ◦ blue 228

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

Shades of Portage #829FE4

Tints of Portage #829FE4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 25.15%
G = 30.75%
B = 44.1%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#829FE4 (or 0x829FE4) is known color: Portage. HEX triplet: 82, 9F and E4. RGB value is (130,159,228). Sum of RGB (Red+Green+Blue) = 130+159+228=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #829FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FE4 is #7D601B. Grayscale: #9D9D9D. Windows color (decimal): -8216604 or 14983042. OLE color: 14983042.

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

Color convert

RGB 130 159 228 -
CMYK 0.43 0.30 0 0.11
HSL 222.24º 0.64% 0.7% -
HSV(B) 222.24º 0.43% 0.89% -
XYZ 35.61 35.14 78.31 -
YUV 158.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 130 159 228 0.43 0.30 0 0.11 222.24 0.64 0.7
Hex 82 9F E4 2B 1E 0 B DE 40 46
Octal 202 237 344 53 36 0 13 336 100 106
Binary 10000010 10011111 11100100 101011 11110 0 1011 11011110 1000000 1000110

Color Harmonies of #829FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FE4

Black with #829FE4

Text Example


Text Example

White with #829FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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