Html Css Color HEX #829ADE Portage

📋 copy color: '#829ADE'

red 130 ◦ green 154 ◦ blue 222

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

Shades of Portage #829ADE

Tints of Portage #829ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 25.69%
G = 30.43%
B = 43.87%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829ADE (or 0x829ADE) is known color: Portage. HEX triplet: 82, 9A and DE. RGB value is (130,154,222). Sum of RGB (Red+Green+Blue) = 130+154+222=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #829ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ADE is #7D6521. Grayscale: #9A9A9A. Windows color (decimal): -8217890 or 14588546. OLE color: 14588546.

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

Color convert

RGB 130 154 222 -
CMYK 0.41 0.31 0 0.13
HSL 224.35º 0.58% 0.69% -
HSV(B) 224.35º 0.41% 0.87% -
XYZ 33.95 33.13 73.71 -
YUV 154.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 130 154 222 0.41 0.31 0 0.13 224.35 0.58 0.69
Hex 82 9A DE 29 1F 0 D E0 3A 45
Octal 202 232 336 51 37 0 15 340 72 105
Binary 10000010 10011010 11011110 101001 11111 0 1101 11100000 111010 1000101

Color Harmonies of #829ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ADE

Black with #829ADE

Text Example


Text Example

White with #829ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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