Html Css Color HEX #818AE6 Portage

📋 copy color: '#818AE6'

red 129 ◦ green 138 ◦ blue 230

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

Shades of Portage #818AE6

Tints of Portage #818AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 25.96%
G = 27.77%
B = 46.28%

CMYK

 C value IS 0.44

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#818AE6 (or 0x818AE6) is known color: Portage. HEX triplet: 81, 8A and E6. RGB value is (129,138,230). Sum of RGB (Red+Green+Blue) = 129+138+230=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #818AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AE6 is #7E7519. Grayscale: #919191. Windows color (decimal): -8287514 or 15108737. OLE color: 15108737.

HSL color Cylindrical-coordinate representation of color #818AE6: hue angle of 234.65º degrees, saturation: 0.67, 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 #818AE6 is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 129 138 230 -
CMYK 0.44 0.4 0 0.10
HSL 234.65º 0.67% 0.7% -
HSV(B) 234.65º 0.44% 0.9% -
XYZ 32.42 28.56 78.67 -
YUV 145.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 129 138 230 0.44 0.4 0 0.10 234.65 0.67 0.7
Hex 81 8A E6 2C 28 0 A EB 43 46
Octal 201 212 346 54 50 0 12 353 103 106
Binary 10000001 10001010 11100110 101100 101000 0 1010 11101011 1000011 1000110

Color Harmonies of #818AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AE6

Black with #818AE6

Text Example


Text Example

White with #818AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,138,230); }

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

background-color css

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

 a { background-color: rgb(129,138,230); }

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

border-color css

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

 span { border-color: rgb(129,138,230); }

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