Html Css Color HEX #818EDE Portage

📋 copy color: '#818EDE'

red 129 ◦ green 142 ◦ blue 222

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

Shades of Portage #818EDE

Tints of Portage #818EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.8%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 26.17%
G = 28.8%
B = 45.03%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818EDE (or 0x818EDE) is known color: Portage. HEX triplet: 81, 8E and DE. RGB value is (129,142,222). Sum of RGB (Red+Green+Blue) = 129+142+222=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #818EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDE is #7E7121. Grayscale: #929292. Windows color (decimal): -8286498 or 14585473. OLE color: 14585473.

HSL color Cylindrical-coordinate representation of color #818EDE: hue angle of 231.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818EDE is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 142 222 -
CMYK 0.42 0.36 0 0.13
HSL 231.61º 0.58% 0.69% -
HSV(B) 231.61º 0.42% 0.87% -
XYZ 31.91 29.29 73.08 -
YUV 147.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 129 142 222 0.42 0.36 0 0.13 231.61 0.58 0.69
Hex 81 8E DE 2A 24 0 D E8 3A 45
Octal 201 216 336 52 44 0 15 350 72 105
Binary 10000001 10001110 11011110 101010 100100 0 1101 11101000 111010 1000101

Color Harmonies of #818EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EDE

Black with #818EDE

Text Example


Text Example

White with #818EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,222); }

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

background-color css

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

 a { background-color: rgb(129,142,222); }

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

border-color css

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

 span { border-color: rgb(129,142,222); }

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