Html Css Color HEX #818DCC Portage

📋 copy color: '#818DCC'

red 129 ◦ green 141 ◦ blue 204

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

Shades of Portage #818DCC

Tints of Portage #818DCC

RGB

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

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

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

R = 27.22%
G = 29.75%
B = 43.04%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#818DCC (or 0x818DCC) is known color: Portage. HEX triplet: 81, 8D and CC. RGB value is (129,141,204). Sum of RGB (Red+Green+Blue) = 129+141+204=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #818DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DCC is #7E7233. Grayscale: #909090. Windows color (decimal): -8286772 or 13405569. OLE color: 13405569.

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

Color convert

RGB 129 141 204 -
CMYK 0.37 0.31 0 0.2
HSL 230.4º 0.42% 0.65% -
HSV(B) 230.4º 0.37% 0.8% -
XYZ 29.48 28.08 60.99 -
YUV 144.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 129 141 204 0.37 0.31 0 0.2 230.4 0.42 0.65
Hex 81 8D CC 25 1F 0 14 E6 2A 41
Octal 201 215 314 45 37 0 24 346 52 101
Binary 10000001 10001101 11001100 100101 11111 0 10100 11100110 101010 1000001

Color Harmonies of #818DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DCC

Black with #818DCC

Text Example


Text Example

White with #818DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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