Html Css Color HEX #818DE0 Portage

📋 copy color: '#818DE0'

red 129 ◦ green 141 ◦ blue 224

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

Shades of Portage #818DE0

Tints of Portage #818DE0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.54%

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 26.11%
G = 28.54%
B = 45.34%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#818DE0 (or 0x818DE0) is known color: Portage. HEX triplet: 81, 8D and E0. RGB value is (129,141,224). Sum of RGB (Red+Green+Blue) = 129+141+224=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #818DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DE0 is #7E721F. Grayscale: #929292. Windows color (decimal): -8286752 or 14716289. OLE color: 14716289.

HSL color Cylindrical-coordinate representation of color #818DE0: hue angle of 232.42º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818DE0 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 141 224 -
CMYK 0.42 0.37 0 0.12
HSL 232.42º 0.61% 0.69% -
HSV(B) 232.42º 0.42% 0.88% -
XYZ 32.03 29.1 74.45 -
YUV 146.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 129 141 224 0.42 0.37 0 0.12 232.42 0.61 0.69
Hex 81 8D E0 2A 25 0 C E8 3D 45
Octal 201 215 340 52 45 0 14 350 75 105
Binary 10000001 10001101 11100000 101010 100101 0 1100 11101000 111101 1000101

Color Harmonies of #818DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DE0

Black with #818DE0

Text Example


Text Example

White with #818DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818DE0; }

 p { color: rgb(129,141,224); }

 H1.HeaderClassName
 {
   color: #818DE0;
 }
 .AnyTagClassName
 {
   color: #818DE0;
 }
</style>

background-color css

<style>
 a { background-color: #818DE0; }

 a { background-color: rgb(129,141,224); }

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

border-color css

<style>
 span { border-color: #818DE0; }

 span { border-color: rgb(129,141,224); }

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