Html Css Color HEX #818DDF Portage

📋 copy color: '#818DDF'

red 129 ◦ green 141 ◦ blue 223

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

Shades of Portage #818DDF

Tints of Portage #818DDF

RGB

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

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

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

R = 26.17%
G = 28.6%
B = 45.23%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818DDF (or 0x818DDF) is known color: Portage. HEX triplet: 81, 8D and DF. RGB value is (129,141,223). Sum of RGB (Red+Green+Blue) = 129+141+223=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #818DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DDF is #7E7220. Grayscale: #929292. Windows color (decimal): -8286753 or 14650753. OLE color: 14650753.

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

Color convert

RGB 129 141 223 -
CMYK 0.42 0.37 0 0.13
HSL 232.34º 0.59% 0.69% -
HSV(B) 232.34º 0.42% 0.87% -
XYZ 31.9 29.04 73.74 -
YUV 146.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 129 141 223 0.42 0.37 0 0.13 232.34 0.59 0.69
Hex 81 8D DF 2A 25 0 D E8 3B 45
Octal 201 215 337 52 45 0 15 350 73 105
Binary 10000001 10001101 11011111 101010 100101 0 1101 11101000 111011 1000101

Color Harmonies of #818DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DDF

Black with #818DDF

Text Example


Text Example

White with #818DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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