Html Css Color HEX #818DEA Portage

📋 copy color: '#818DEA'

red 129 ◦ green 141 ◦ blue 234

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

Shades of Portage #818DEA

Tints of Portage #818DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 25.6%
G = 27.98%
B = 46.43%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#818DEA (or 0x818DEA) is known color: Portage. HEX triplet: 81, 8D and EA. RGB value is (129,141,234). Sum of RGB (Red+Green+Blue) = 129+141+234=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #818DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818DEA is #7E7215. Grayscale: #939393. Windows color (decimal): -8286742 or 15371649. OLE color: 15371649.

HSL color Cylindrical-coordinate representation of color #818DEA: hue angle of 233.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818DEA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 141 234 -
CMYK 0.45 0.40 0 0.08
HSL 233.14º 0.71% 0.71% -
HSV(B) 233.14º 0.45% 0.92% -
XYZ 33.43 29.66 81.8 -
YUV 148.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 129 141 234 0.45 0.40 0 0.08 233.14 0.71 0.71
Hex 81 8D EA 2D 28 0 8 E9 47 47
Octal 201 215 352 55 50 0 10 351 107 107
Binary 10000001 10001101 11101010 101101 101000 0 1000 11101001 1000111 1000111

Color Harmonies of #818DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818DEA

Black with #818DEA

Text Example


Text Example

White with #818DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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