Html Css Color HEX #818BE5 Portage

📋 copy color: '#818BE5'

red 129 ◦ green 139 ◦ blue 229

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

Shades of Portage #818BE5

Tints of Portage #818BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.97%

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 25.96%
G = 27.97%
B = 46.08%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#818BE5 (or 0x818BE5) is known color: Portage. HEX triplet: 81, 8B and E5. RGB value is (129,139,229). Sum of RGB (Red+Green+Blue) = 129+139+229=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #818BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BE5 is #7E741A. Grayscale: #919191. Windows color (decimal): -8287259 or 15043457. OLE color: 15043457.

HSL color Cylindrical-coordinate representation of color #818BE5: hue angle of 234º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818BE5 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 139 229 -
CMYK 0.44 0.39 0 0.10
HSL 234º 0.66% 0.7% -
HSV(B) 234º 0.44% 0.9% -
XYZ 32.43 28.79 77.98 -
YUV 146.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 129 139 229 0.44 0.39 0 0.10 234 0.66 0.7
Hex 81 8B E5 2C 27 0 A EA 42 46
Octal 201 213 345 54 47 0 12 352 102 106
Binary 10000001 10001011 11100101 101100 100111 0 1010 11101010 1000010 1000110

Color Harmonies of #818BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BE5

Black with #818BE5

Text Example


Text Example

White with #818BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,229); }

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

background-color css

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

 a { background-color: rgb(129,139,229); }

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

border-color css

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

 span { border-color: rgb(129,139,229); }

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