Html Css Color HEX #818ADB Portage

📋 copy color: '#818ADB'

red 129 ◦ green 138 ◦ blue 219

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

Shades of Portage #818ADB

Tints of Portage #818ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 26.54%
G = 28.4%
B = 45.06%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#818ADB (or 0x818ADB) is known color: Portage. HEX triplet: 81, 8A and DB. RGB value is (129,138,219). Sum of RGB (Red+Green+Blue) = 129+138+219=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #818ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADB is #7E7524. Grayscale: #909090. Windows color (decimal): -8287525 or 14387841. OLE color: 14387841.

HSL color Cylindrical-coordinate representation of color #818ADB: hue angle of 234º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818ADB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 138 219 -
CMYK 0.41 0.37 0 0.14
HSL 234º 0.56% 0.68% -
HSV(B) 234º 0.41% 0.86% -
XYZ 30.93 27.96 70.78 -
YUV 144.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 129 138 219 0.41 0.37 0 0.14 234 0.56 0.68
Hex 81 8A DB 29 25 0 E EA 38 44
Octal 201 212 333 51 45 0 16 352 70 104
Binary 10000001 10001010 11011011 101001 100101 0 1110 11101010 111000 1000100

Color Harmonies of #818ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ADB

Black with #818ADB

Text Example


Text Example

White with #818ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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