Html Css Color HEX #829BEE Portage

📋 copy color: '#829BEE'

red 130 ◦ green 155 ◦ blue 238

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

Shades of Portage #829BEE

Tints of Portage #829BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 24.86%
G = 29.64%
B = 45.51%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829BEE (or 0x829BEE) is known color: Portage. HEX triplet: 82, 9B and EE. RGB value is (130,155,238). Sum of RGB (Red+Green+Blue) = 130+155+238=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #829BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BEE is #7D6411. Grayscale: #9C9C9C. Windows color (decimal): -8217618 or 15637378. OLE color: 15637378.

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

Color convert

RGB 130 155 238 -
CMYK 0.45 0.35 0 0.07
HSL 226.11º 0.76% 0.72% -
HSV(B) 226.11º 0.45% 0.93% -
XYZ 36.36 34.36 85.61 -
YUV 156.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 130 155 238 0.45 0.35 0 0.07 226.11 0.76 0.72
Hex 82 9B EE 2D 23 0 7 E2 4C 48
Octal 202 233 356 55 43 0 7 342 114 110
Binary 10000010 10011011 11101110 101101 100011 0 111 11100010 1001100 1001000

Color Harmonies of #829BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BEE

Black with #829BEE

Text Example


Text Example

White with #829BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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