Html Css Color HEX #818CEA Portage

📋 copy color: '#818CEA'

red 129 ◦ green 140 ◦ blue 234

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

Shades of Portage #818CEA

Tints of Portage #818CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 25.65%
G = 27.83%
B = 46.52%

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

#818CEA (or 0x818CEA) is known color: Portage. HEX triplet: 81, 8C and EA. RGB value is (129,140,234). Sum of RGB (Red+Green+Blue) = 129+140+234=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #818CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CEA is #7E7315. Grayscale: #939393. Windows color (decimal): -8286998 or 15371393. OLE color: 15371393.

HSL color Cylindrical-coordinate representation of color #818CEA: hue angle of 233.71º 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 #818CEA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 140 234 -
CMYK 0.45 0.40 0 0.08
HSL 233.71º 0.71% 0.71% -
HSV(B) 233.71º 0.45% 0.92% -
XYZ 33.28 29.36 81.76 -
YUV 147.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 129 140 234 0.45 0.40 0 0.08 233.71 0.71 0.71
Hex 81 8C EA 2D 28 0 8 EA 47 47
Octal 201 214 352 55 50 0 10 352 107 107
Binary 10000001 10001100 11101010 101101 101000 0 1000 11101010 1000111 1000111

Color Harmonies of #818CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CEA

Black with #818CEA

Text Example


Text Example

White with #818CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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