Html Css Color HEX #818EE9 Portage

📋 copy color: '#818EE9'

red 129 ◦ green 142 ◦ blue 233

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

Shades of Portage #818EE9

Tints of Portage #818EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.23%

R = 25.6%
G = 28.17%
B = 46.23%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#818EE9 (or 0x818EE9) is known color: Portage. HEX triplet: 81, 8E and E9. RGB value is (129,142,233). Sum of RGB (Red+Green+Blue) = 129+142+233=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #818EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EE9 is #7E7116. Grayscale: #949494. Windows color (decimal): -8286487 or 15306369. OLE color: 15306369.

HSL color Cylindrical-coordinate representation of color #818EE9: hue angle of 232.5º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818EE9 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 142 233 -
CMYK 0.45 0.39 0 0.09
HSL 232.5º 0.7% 0.71% -
HSV(B) 232.5º 0.45% 0.91% -
XYZ 33.43 29.9 81.1 -
YUV 148.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 129 142 233 0.45 0.39 0 0.09 232.5 0.7 0.71
Hex 81 8E E9 2D 27 0 9 E8 46 47
Octal 201 216 351 55 47 0 11 350 106 107
Binary 10000001 10001110 11101001 101101 100111 0 1001 11101000 1000110 1000111

Color Harmonies of #818EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EE9

Black with #818EE9

Text Example


Text Example

White with #818EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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