Html Css Color HEX #829DDE Portage

📋 copy color: '#829DDE'

red 130 ◦ green 157 ◦ blue 222

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

Shades of Portage #829DDE

Tints of Portage #829DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

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

R = 25.54%
G = 30.84%
B = 43.61%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829DDE (or 0x829DDE) is known color: Portage. HEX triplet: 82, 9D and DE. RGB value is (130,157,222). Sum of RGB (Red+Green+Blue) = 130+157+222=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #829DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDE is #7D6221. Grayscale: #9C9C9C. Windows color (decimal): -8217122 or 14589314. OLE color: 14589314.

HSL color Cylindrical-coordinate representation of color #829DDE: hue angle of 222.39º 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 #829DDE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 157 222 -
CMYK 0.41 0.29 0 0.13
HSL 222.39º 0.58% 0.69% -
HSV(B) 222.39º 0.41% 0.87% -
XYZ 34.45 34.13 73.88 -
YUV 156.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 130 157 222 0.41 0.29 0 0.13 222.39 0.58 0.69
Hex 82 9D DE 29 1D 0 D DE 3A 45
Octal 202 235 336 51 35 0 15 336 72 105
Binary 10000010 10011101 11011110 101001 11101 0 1101 11011110 111010 1000101

Color Harmonies of #829DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DDE

Black with #829DDE

Text Example


Text Example

White with #829DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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