Html Css Color HEX #819DF4 Portage

📋 copy color: '#819DF4'

red 129 ◦ green 157 ◦ blue 244

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

Shades of Portage #819DF4

Tints of Portage #819DF4

RGB

 RED value IS 129 (50.78% from 255) = 24.34%

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

 BLUE value IS 244 (95.7% from 255) = 46.04%

R = 24.34%
G = 29.62%
B = 46.04%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#819DF4 (or 0x819DF4) is known color: Portage. HEX triplet: 81, 9D and F4. RGB value is (129,157,244). Sum of RGB (Red+Green+Blue) = 129+157+244=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #819DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DF4 is #7E620B. Grayscale: #9E9E9E. Windows color (decimal): -8282636 or 16031105. OLE color: 16031105.

HSL color Cylindrical-coordinate representation of color #819DF4: hue angle of 225.39º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819DF4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 157 244 -
CMYK 0.47 0.36 0 0.04
HSL 225.39º 0.84% 0.73% -
HSV(B) 225.39º 0.47% 0.96% -
XYZ 37.44 35.31 90.43 -
YUV 158.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 129 157 244 0.47 0.36 0 0.04 225.39 0.84 0.73
Hex 81 9D F4 2F 24 0 4 E1 54 49
Octal 201 235 364 57 44 0 4 341 124 111
Binary 10000001 10011101 11110100 101111 100100 0 100 11100001 1010100 1001001

Color Harmonies of #819DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DF4

Black with #819DF4

Text Example


Text Example

White with #819DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819DF4; }

 p { color: rgb(129,157,244); }

 H1.HeaderClassName
 {
   color: #819DF4;
 }
 .AnyTagClassName
 {
   color: #819DF4;
 }
</style>

background-color css

<style>
 a { background-color: #819DF4; }

 a { background-color: rgb(129,157,244); }

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

border-color css

<style>
 span { border-color: #819DF4; }

 span { border-color: rgb(129,157,244); }

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