Html Css Color HEX #818AD2 Portage

📋 copy color: '#818AD2'

red 129 ◦ green 138 ◦ blue 210

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

Shades of Portage #818AD2

Tints of Portage #818AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 27.04%
G = 28.93%
B = 44.03%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#818AD2 (or 0x818AD2) is known color: Portage. HEX triplet: 81, 8A and D2. RGB value is (129,138,210). Sum of RGB (Red+Green+Blue) = 129+138+210=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #818AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AD2 is #7E752D. Grayscale: #8F8F8F. Windows color (decimal): -8287534 or 13798017. OLE color: 13798017.

HSL color Cylindrical-coordinate representation of color #818AD2: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818AD2 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 138 210 -
CMYK 0.39 0.34 0 0.18
HSL 233.33º 0.47% 0.66% -
HSV(B) 233.33º 0.39% 0.82% -
XYZ 29.77 27.5 64.71 -
YUV 143.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 129 138 210 0.39 0.34 0 0.18 233.33 0.47 0.66
Hex 81 8A D2 27 22 0 12 E9 2F 42
Octal 201 212 322 47 42 0 22 351 57 102
Binary 10000001 10001010 11010010 100111 100010 0 10010 11101001 101111 1000010

Color Harmonies of #818AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AD2

Black with #818AD2

Text Example


Text Example

White with #818AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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