Html Css Color HEX #818ECC Portage

📋 copy color: '#818ECC'

red 129 ◦ green 142 ◦ blue 204

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

Shades of Portage #818ECC

Tints of Portage #818ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 27.16%
G = 29.89%
B = 42.95%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#818ECC (or 0x818ECC) is known color: Portage. HEX triplet: 81, 8E and CC. RGB value is (129,142,204). Sum of RGB (Red+Green+Blue) = 129+142+204=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #818ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECC is #7E7133. Grayscale: #909090. Windows color (decimal): -8286516 or 13405825. OLE color: 13405825.

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

Color convert

RGB 129 142 204 -
CMYK 0.37 0.30 0 0.2
HSL 229.6º 0.42% 0.65% -
HSV(B) 229.6º 0.37% 0.8% -
XYZ 29.63 28.37 61.04 -
YUV 145.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 129 142 204 0.37 0.30 0 0.2 229.6 0.42 0.65
Hex 81 8E CC 25 1E 0 14 E6 2A 41
Octal 201 216 314 45 36 0 24 346 52 101
Binary 10000001 10001110 11001100 100101 11110 0 10100 11100110 101010 1000001

Color Harmonies of #818ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ECC

Black with #818ECC

Text Example


Text Example

White with #818ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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