Html Css Color HEX #819DE4 Portage

📋 copy color: '#819DE4'

red 129 ◦ green 157 ◦ blue 228

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

Shades of Portage #819DE4

Tints of Portage #819DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.36%

R = 25.1%
G = 30.54%
B = 44.36%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#819DE4 (or 0x819DE4) is known color: Portage. HEX triplet: 81, 9D and E4. RGB value is (129,157,228). Sum of RGB (Red+Green+Blue) = 129+157+228=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #819DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DE4 is #7E621B. Grayscale: #9C9C9C. Windows color (decimal): -8282652 or 14982529. OLE color: 14982529.

HSL color Cylindrical-coordinate representation of color #819DE4: hue angle of 223.03º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #819DE4 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 129 157 228 -
CMYK 0.43 0.31 0 0.11
HSL 223.03º 0.65% 0.7% -
HSV(B) 223.03º 0.43% 0.89% -
XYZ 35.11 34.38 78.18 -
YUV 156.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 129 157 228 0.43 0.31 0 0.11 223.03 0.65 0.7
Hex 81 9D E4 2B 1F 0 B DF 41 46
Octal 201 235 344 53 37 0 13 337 101 106
Binary 10000001 10011101 11100100 101011 11111 0 1011 11011111 1000001 1000110

Color Harmonies of #819DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DE4

Black with #819DE4

Text Example


Text Example

White with #819DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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