Html Css Color HEX #819CF4 Portage

📋 copy color: '#819CF4'

red 129 ◦ green 156 ◦ blue 244

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

Shades of Portage #819CF4

Tints of Portage #819CF4

RGB

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

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

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

R = 24.39%
G = 29.49%
B = 46.12%

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

#819CF4 (or 0x819CF4) is known color: Portage. HEX triplet: 81, 9C and F4. RGB value is (129,156,244). Sum of RGB (Red+Green+Blue) = 129+156+244=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #819CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CF4 is #7E630B. Grayscale: #9D9D9D. Windows color (decimal): -8282892 or 16030849. OLE color: 16030849.

HSL color Cylindrical-coordinate representation of color #819CF4: hue angle of 225.91º 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 #819CF4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 156 244 -
CMYK 0.47 0.36 0 0.04
HSL 225.91º 0.84% 0.73% -
HSV(B) 225.91º 0.47% 0.96% -
XYZ 37.27 34.98 90.37 -
YUV 157.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 129 156 244 0.47 0.36 0 0.04 225.91 0.84 0.73
Hex 81 9C F4 2F 24 0 4 E2 54 49
Octal 201 234 364 57 44 0 4 342 124 111
Binary 10000001 10011100 11110100 101111 100100 0 100 11100010 1010100 1001001

Color Harmonies of #819CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CF4

Black with #819CF4

Text Example


Text Example

White with #819CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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