Html Css Color HEX #829EEE Portage

📋 copy color: '#829EEE'

red 130 ◦ green 158 ◦ blue 238

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

Shades of Portage #829EEE

Tints of Portage #829EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 24.71%
G = 30.04%
B = 45.25%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829EEE (or 0x829EEE) is known color: Portage. HEX triplet: 82, 9E and EE. RGB value is (130,158,238). Sum of RGB (Red+Green+Blue) = 130+158+238=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #829EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EEE is #7D6111. Grayscale: #9E9E9E. Windows color (decimal): -8216850 or 15638146. OLE color: 15638146.

HSL color Cylindrical-coordinate representation of color #829EEE: hue angle of 224.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829EEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 158 238 -
CMYK 0.45 0.34 0 0.07
HSL 224.44º 0.76% 0.72% -
HSV(B) 224.44º 0.45% 0.93% -
XYZ 36.87 35.37 85.77 -
YUV 158.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 130 158 238 0.45 0.34 0 0.07 224.44 0.76 0.72
Hex 82 9E EE 2D 22 0 7 E0 4C 48
Octal 202 236 356 55 42 0 7 340 114 110
Binary 10000010 10011110 11101110 101101 100010 0 111 11100000 1001100 1001000

Color Harmonies of #829EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EEE

Black with #829EEE

Text Example


Text Example

White with #829EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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