Html Css Color HEX #818EDF Portage

📋 copy color: '#818EDF'

red 129 ◦ green 142 ◦ blue 223

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

Shades of Portage #818EDF

Tints of Portage #818EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 26.11%
G = 28.74%
B = 45.14%

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

#818EDF (or 0x818EDF) is known color: Portage. HEX triplet: 81, 8E and DF. RGB value is (129,142,223). Sum of RGB (Red+Green+Blue) = 129+142+223=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #818EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDF is #7E7120. Grayscale: #939393. Windows color (decimal): -8286497 or 14651009. OLE color: 14651009.

HSL color Cylindrical-coordinate representation of color #818EDF: hue angle of 231.7º degrees, saturation: 0.59, 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 #818EDF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 142 223 -
CMYK 0.42 0.36 0 0.13
HSL 231.7º 0.59% 0.69% -
HSV(B) 231.7º 0.42% 0.87% -
XYZ 32.05 29.34 73.79 -
YUV 147.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 129 142 223 0.42 0.36 0 0.13 231.7 0.59 0.69
Hex 81 8E DF 2A 24 0 D E8 3B 45
Octal 201 216 337 52 44 0 15 350 73 105
Binary 10000001 10001110 11011111 101010 100100 0 1101 11101000 111011 1000101

Color Harmonies of #818EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EDF

Black with #818EDF

Text Example


Text Example

White with #818EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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