Html Css Color HEX #829AF0 Portage

📋 copy color: '#829AF0'

red 130 ◦ green 154 ◦ blue 240

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

Shades of Portage #829AF0

Tints of Portage #829AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.8%

R = 24.81%
G = 29.39%
B = 45.8%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#829AF0 (or 0x829AF0) is known color: Portage. HEX triplet: 82, 9A and F0. RGB value is (130,154,240). Sum of RGB (Red+Green+Blue) = 130+154+240=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #829AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AF0 is #7D650F. Grayscale: #9C9C9C. Windows color (decimal): -8217872 or 15768194. OLE color: 15768194.

HSL color Cylindrical-coordinate representation of color #829AF0: hue angle of 226.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829AF0 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 154 240 -
CMYK 0.46 0.36 0 0.06
HSL 226.91º 0.79% 0.73% -
HSV(B) 226.91º 0.46% 0.94% -
XYZ 36.49 34.15 87.11 -
YUV 156.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 130 154 240 0.46 0.36 0 0.06 226.91 0.79 0.73
Hex 82 9A F0 2E 24 0 6 E3 4F 49
Octal 202 232 360 56 44 0 6 343 117 111
Binary 10000010 10011010 11110000 101110 100100 0 110 11100011 1001111 1001001

Color Harmonies of #829AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AF0

Black with #829AF0

Text Example


Text Example

White with #829AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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