Html Css Color HEX #818AF2 Portage

📋 copy color: '#818AF2'

red 129 ◦ green 138 ◦ blue 242

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

Shades of Portage #818AF2

Tints of Portage #818AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 25.34%
G = 27.11%
B = 47.54%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#818AF2 (or 0x818AF2) is known color: Portage. HEX triplet: 81, 8A and F2. RGB value is (129,138,242). Sum of RGB (Red+Green+Blue) = 129+138+242=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #818AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AF2 is #7E750D. Grayscale: #929292. Windows color (decimal): -8287502 or 15895169. OLE color: 15895169.

HSL color Cylindrical-coordinate representation of color #818AF2: hue angle of 235.22º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818AF2 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 138 242 -
CMYK 0.47 0.43 0 0.05
HSL 235.22º 0.81% 0.73% -
HSV(B) 235.22º 0.47% 0.95% -
XYZ 34.17 29.25 87.85 -
YUV 147.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 129 138 242 0.47 0.43 0 0.05 235.22 0.81 0.73
Hex 81 8A F2 2F 2B 0 5 EB 51 49
Octal 201 212 362 57 53 0 5 353 121 111
Binary 10000001 10001010 11110010 101111 101011 0 101 11101011 1010001 1001001

Color Harmonies of #818AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AF2

Black with #818AF2

Text Example


Text Example

White with #818AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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