Html Css Color HEX #818ECD Portage

📋 copy color: '#818ECD'

red 129 ◦ green 142 ◦ blue 205

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

Shades of Portage #818ECD

Tints of Portage #818ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 27.1%
G = 29.83%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818ECD (or 0x818ECD) is known color: Portage. HEX triplet: 81, 8E and CD. RGB value is (129,142,205). Sum of RGB (Red+Green+Blue) = 129+142+205=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #818ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECD is #7E7132. Grayscale: #919191. Windows color (decimal): -8286515 or 13471361. OLE color: 13471361.

HSL color Cylindrical-coordinate representation of color #818ECD: hue angle of 229.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ECD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 142 205 -
CMYK 0.37 0.31 0 0.20
HSL 229.74º 0.43% 0.65% -
HSV(B) 229.74º 0.37% 0.8% -
XYZ 29.75 28.42 61.68 -
YUV 145.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 129 142 205 0.37 0.31 0 0.20 229.74 0.43 0.65
Hex 81 8E CD 25 1F 0 14 E6 2B 41
Octal 201 216 315 45 37 0 24 346 53 101
Binary 10000001 10001110 11001101 100101 11111 0 10100 11100110 101011 1000001

Color Harmonies of #818ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ECD

Black with #818ECD

Text Example


Text Example

White with #818ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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