Html Css Color HEX #818AD5 Portage

📋 copy color: '#818AD5'

red 129 ◦ green 138 ◦ blue 213

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

Shades of Portage #818AD5

Tints of Portage #818AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 26.88%
G = 28.75%
B = 44.38%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#818AD5 (or 0x818AD5) is known color: Portage. HEX triplet: 81, 8A and D5. RGB value is (129,138,213). Sum of RGB (Red+Green+Blue) = 129+138+213=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #818AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AD5 is #7E752A. Grayscale: #8F8F8F. Windows color (decimal): -8287531 or 13994625. OLE color: 13994625.

HSL color Cylindrical-coordinate representation of color #818AD5: hue angle of 233.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818AD5 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 138 213 -
CMYK 0.39 0.35 0 0.16
HSL 233.57º 0.5% 0.67% -
HSV(B) 233.57º 0.39% 0.84% -
XYZ 30.15 27.65 66.7 -
YUV 143.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 129 138 213 0.39 0.35 0 0.16 233.57 0.5 0.67
Hex 81 8A D5 27 23 0 10 EA 32 43
Octal 201 212 325 47 43 0 20 352 62 103
Binary 10000001 10001010 11010101 100111 100011 0 10000 11101010 110010 1000011

Color Harmonies of #818AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AD5

Black with #818AD5

Text Example


Text Example

White with #818AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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