Html Css Color HEX #829CDE Portage

📋 copy color: '#829CDE'

red 130 ◦ green 156 ◦ blue 222

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

Shades of Portage #829CDE

Tints of Portage #829CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 25.59%
G = 30.71%
B = 43.7%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829CDE (or 0x829CDE) is known color: Portage. HEX triplet: 82, 9C and DE. RGB value is (130,156,222). Sum of RGB (Red+Green+Blue) = 130+156+222=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #829CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDE is #7D6321. Grayscale: #9B9B9B. Windows color (decimal): -8217378 or 14589058. OLE color: 14589058.

HSL color Cylindrical-coordinate representation of color #829CDE: hue angle of 223.04º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829CDE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 156 222 -
CMYK 0.41 0.30 0 0.13
HSL 223.04º 0.58% 0.69% -
HSV(B) 223.04º 0.41% 0.87% -
XYZ 34.28 33.8 73.82 -
YUV 155.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 130 156 222 0.41 0.30 0 0.13 223.04 0.58 0.69
Hex 82 9C DE 29 1E 0 D DF 3A 45
Octal 202 234 336 51 36 0 15 337 72 105
Binary 10000010 10011100 11011110 101001 11110 0 1101 11011111 111010 1000101

Color Harmonies of #829CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CDE

Black with #829CDE

Text Example


Text Example

White with #829CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,156,222); }

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

background-color css

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

 a { background-color: rgb(130,156,222); }

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

border-color css

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

 span { border-color: rgb(130,156,222); }

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