Html Css Color HEX #818DCE Portage

📋 copy color: '#818DCE'

red 129 ◦ green 141 ◦ blue 206

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

Shades of Portage #818DCE

Tints of Portage #818DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 27.1%
G = 29.62%
B = 43.28%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#818DCE (or 0x818DCE) is known color: Portage. HEX triplet: 81, 8D and CE. RGB value is (129,141,206). Sum of RGB (Red+Green+Blue) = 129+141+206=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #818DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DCE is #7E7231. Grayscale: #909090. Windows color (decimal): -8286770 or 13536641. OLE color: 13536641.

HSL color Cylindrical-coordinate representation of color #818DCE: hue angle of 230.65º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818DCE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 141 206 -
CMYK 0.37 0.32 0 0.19
HSL 230.65º 0.44% 0.66% -
HSV(B) 230.65º 0.37% 0.81% -
XYZ 29.72 28.17 62.26 -
YUV 144.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 129 141 206 0.37 0.32 0 0.19 230.65 0.44 0.66
Hex 81 8D CE 25 20 0 13 E7 2C 42
Octal 201 215 316 45 40 0 23 347 54 102
Binary 10000001 10001101 11001110 100101 100000 0 10011 11100111 101100 1000010

Color Harmonies of #818DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DCE

Black with #818DCE

Text Example


Text Example

White with #818DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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