Html Css Color HEX #818DDC Portage

📋 copy color: '#818DDC'

red 129 ◦ green 141 ◦ blue 220

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

Shades of Portage #818DDC

Tints of Portage #818DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 26.33%
G = 28.78%
B = 44.9%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#818DDC (or 0x818DDC) is known color: Portage. HEX triplet: 81, 8D and DC. RGB value is (129,141,220). Sum of RGB (Red+Green+Blue) = 129+141+220=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #818DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DDC is #7E7223. Grayscale: #929292. Windows color (decimal): -8286756 or 14454145. OLE color: 14454145.

HSL color Cylindrical-coordinate representation of color #818DDC: hue angle of 232.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818DDC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 141 220 -
CMYK 0.41 0.36 0 0.14
HSL 232.09º 0.57% 0.68% -
HSV(B) 232.09º 0.41% 0.86% -
XYZ 31.5 28.88 71.63 -
YUV 146.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 129 141 220 0.41 0.36 0 0.14 232.09 0.57 0.68
Hex 81 8D DC 29 24 0 E E8 39 44
Octal 201 215 334 51 44 0 16 350 71 104
Binary 10000001 10001101 11011100 101001 100100 0 1110 11101000 111001 1000100

Color Harmonies of #818DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DDC

Black with #818DDC

Text Example


Text Example

White with #818DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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