Html Css Color HEX #829EEB Portage

📋 copy color: '#829EEB'

red 130 ◦ green 158 ◦ blue 235

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

Shades of Portage #829EEB

Tints of Portage #829EEB

RGB

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

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

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

R = 24.86%
G = 30.21%
B = 44.93%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#829EEB (or 0x829EEB) is known color: Portage. HEX triplet: 82, 9E and EB. RGB value is (130,158,235). Sum of RGB (Red+Green+Blue) = 130+158+235=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #829EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EEB is #7D6114. Grayscale: #9E9E9E. Windows color (decimal): -8216853 or 15441538. OLE color: 15441538.

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

Color convert

RGB 130 158 235 -
CMYK 0.45 0.33 0 0.08
HSL 224º 0.72% 0.72% -
HSV(B) 224º 0.45% 0.92% -
XYZ 36.43 35.2 83.47 -
YUV 158.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 130 158 235 0.45 0.33 0 0.08 224 0.72 0.72
Hex 82 9E EB 2D 21 0 8 E0 48 48
Octal 202 236 353 55 41 0 10 340 110 110
Binary 10000010 10011110 11101011 101101 100001 0 1000 11100000 1001000 1001000

Color Harmonies of #829EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EEB

Black with #829EEB

Text Example


Text Example

White with #829EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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