Html Css Color HEX #829FEB Portage

📋 copy color: '#829FEB'

red 130 ◦ green 159 ◦ blue 235

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

Shades of Portage #829FEB

Tints of Portage #829FEB

RGB

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

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

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

R = 24.81%
G = 30.34%
B = 44.85%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#829FEB (or 0x829FEB) is known color: Portage. HEX triplet: 82, 9F and EB. RGB value is (130,159,235). Sum of RGB (Red+Green+Blue) = 130+159+235=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #829FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FEB is #7D6014. Grayscale: #9E9E9E. Windows color (decimal): -8216597 or 15441794. OLE color: 15441794.

HSL color Cylindrical-coordinate representation of color #829FEB: hue angle of 223.43º 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 #829FEB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 159 235 -
CMYK 0.45 0.32 0 0.08
HSL 223.43º 0.72% 0.72% -
HSV(B) 223.43º 0.45% 0.92% -
XYZ 36.6 35.54 83.53 -
YUV 158.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 130 159 235 0.45 0.32 0 0.08 223.43 0.72 0.72
Hex 82 9F EB 2D 20 0 8 DF 48 48
Octal 202 237 353 55 40 0 10 337 110 110
Binary 10000010 10011111 11101011 101101 100000 0 1000 11011111 1001000 1001000

Color Harmonies of #829FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FEB

Black with #829FEB

Text Example


Text Example

White with #829FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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