Html Css Color HEX #818ED0 Portage

📋 copy color: '#818ED0'

red 129 ◦ green 142 ◦ blue 208

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

Shades of Portage #818ED0

Tints of Portage #818ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 26.93%
G = 29.65%
B = 43.42%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#818ED0 (or 0x818ED0) is known color: Portage. HEX triplet: 81, 8E and D0. RGB value is (129,142,208). Sum of RGB (Red+Green+Blue) = 129+142+208=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #818ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ED0 is #7E712F. Grayscale: #919191. Windows color (decimal): -8286512 or 13667969. OLE color: 13667969.

HSL color Cylindrical-coordinate representation of color #818ED0: hue angle of 230.13º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818ED0 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 142 208 -
CMYK 0.38 0.32 0 0.18
HSL 230.13º 0.46% 0.66% -
HSV(B) 230.13º 0.38% 0.82% -
XYZ 30.11 28.57 63.6 -
YUV 145.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 129 142 208 0.38 0.32 0 0.18 230.13 0.46 0.66
Hex 81 8E D0 26 20 0 12 E6 2E 42
Octal 201 216 320 46 40 0 22 346 56 102
Binary 10000001 10001110 11010000 100110 100000 0 10010 11100110 101110 1000010

Color Harmonies of #818ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ED0

Black with #818ED0

Text Example


Text Example

White with #818ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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