Html Css Color HEX #818AEE Portage

📋 copy color: '#818AEE'

red 129 ◦ green 138 ◦ blue 238

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

Shades of Portage #818AEE

Tints of Portage #818AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 25.54%
G = 27.33%
B = 47.13%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#818AEE (or 0x818AEE) is known color: Portage. HEX triplet: 81, 8A and EE. RGB value is (129,138,238). Sum of RGB (Red+Green+Blue) = 129+138+238=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #818AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AEE is #7E7511. Grayscale: #929292. Windows color (decimal): -8287506 or 15633025. OLE color: 15633025.

HSL color Cylindrical-coordinate representation of color #818AEE: hue angle of 235.05º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818AEE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 138 238 -
CMYK 0.46 0.42 0 0.07
HSL 235.05º 0.76% 0.72% -
HSV(B) 235.05º 0.46% 0.93% -
XYZ 33.57 29.02 84.72 -
YUV 146.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 129 138 238 0.46 0.42 0 0.07 235.05 0.76 0.72
Hex 81 8A EE 2E 2A 0 7 EB 4C 48
Octal 201 212 356 56 52 0 7 353 114 110
Binary 10000001 10001010 11101110 101110 101010 0 111 11101011 1001100 1001000

Color Harmonies of #818AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AEE

Black with #818AEE

Text Example


Text Example

White with #818AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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