Html Css Color HEX #818EEC Portage

📋 copy color: '#818EEC'

red 129 ◦ green 142 ◦ blue 236

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

Shades of Portage #818EEC

Tints of Portage #818EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 25.44%
G = 28.01%
B = 46.55%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#818EEC (or 0x818EEC) is known color: Portage. HEX triplet: 81, 8E and EC. RGB value is (129,142,236). Sum of RGB (Red+Green+Blue) = 129+142+236=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #818EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EEC is #7E7113. Grayscale: #949494. Windows color (decimal): -8286484 or 15502977. OLE color: 15502977.

HSL color Cylindrical-coordinate representation of color #818EEC: hue angle of 232.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818EEC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 142 236 -
CMYK 0.45 0.40 0 0.07
HSL 232.71º 0.74% 0.72% -
HSV(B) 232.71º 0.45% 0.93% -
XYZ 33.87 30.07 83.38 -
YUV 148.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 129 142 236 0.45 0.40 0 0.07 232.71 0.74 0.72
Hex 81 8E EC 2D 28 0 7 E9 4A 48
Octal 201 216 354 55 50 0 7 351 112 110
Binary 10000001 10001110 11101100 101101 101000 0 111 11101001 1001010 1001000

Color Harmonies of #818EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EEC

Black with #818EEC

Text Example


Text Example

White with #818EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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