Html Css Color HEX #818BE9 Portage

📋 copy color: '#818BE9'

red 129 ◦ green 139 ◦ blue 233

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

Shades of Portage #818BE9

Tints of Portage #818BE9

RGB

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

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

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

R = 25.75%
G = 27.74%
B = 46.51%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#818BE9 (or 0x818BE9) is known color: Portage. HEX triplet: 81, 8B and E9. RGB value is (129,139,233). Sum of RGB (Red+Green+Blue) = 129+139+233=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #818BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BE9 is #7E7416. Grayscale: #929292. Windows color (decimal): -8287255 or 15305601. OLE color: 15305601.

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

Color convert

RGB 129 139 233 -
CMYK 0.45 0.40 0 0.09
HSL 234.23º 0.7% 0.71% -
HSV(B) 234.23º 0.45% 0.91% -
XYZ 32.99 29.02 80.95 -
YUV 146.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 129 139 233 0.45 0.40 0 0.09 234.23 0.7 0.71
Hex 81 8B E9 2D 28 0 9 EA 46 47
Octal 201 213 351 55 50 0 11 352 106 107
Binary 10000001 10001011 11101001 101101 101000 0 1001 11101010 1000110 1000111

Color Harmonies of #818BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BE9

Black with #818BE9

Text Example


Text Example

White with #818BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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