Html Css Color HEX #818ADD Portage

📋 copy color: '#818ADD'

red 129 ◦ green 138 ◦ blue 221

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

Shades of Portage #818ADD

Tints of Portage #818ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 26.43%
G = 28.28%
B = 45.29%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818ADD (or 0x818ADD) is known color: Portage. HEX triplet: 81, 8A and DD. RGB value is (129,138,221). Sum of RGB (Red+Green+Blue) = 129+138+221=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #818ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADD is #7E7522. Grayscale: #909090. Windows color (decimal): -8287523 or 14518913. OLE color: 14518913.

HSL color Cylindrical-coordinate representation of color #818ADD: hue angle of 234.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818ADD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 138 221 -
CMYK 0.42 0.38 0 0.13
HSL 234.13º 0.58% 0.69% -
HSV(B) 234.13º 0.42% 0.87% -
XYZ 31.19 28.06 72.18 -
YUV 144.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 129 138 221 0.42 0.38 0 0.13 234.13 0.58 0.69
Hex 81 8A DD 2A 26 0 D EA 3A 45
Octal 201 212 335 52 46 0 15 352 72 105
Binary 10000001 10001010 11011101 101010 100110 0 1101 11101010 111010 1000101

Color Harmonies of #818ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ADD

Black with #818ADD

Text Example


Text Example

White with #818ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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