Html Css Color HEX #818BDB Portage

📋 copy color: '#818BDB'

red 129 ◦ green 139 ◦ blue 219

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

Shades of Portage #818BDB

Tints of Portage #818BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 26.49%
G = 28.54%
B = 44.97%

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

#818BDB (or 0x818BDB) is known color: Portage. HEX triplet: 81, 8B and DB. RGB value is (129,139,219). Sum of RGB (Red+Green+Blue) = 129+139+219=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #818BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BDB is #7E7424. Grayscale: #909090. Windows color (decimal): -8287269 or 14388097. OLE color: 14388097.

HSL color Cylindrical-coordinate representation of color #818BDB: hue angle of 233.33º 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 #818BDB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 139 219 -
CMYK 0.41 0.37 0 0.14
HSL 233.33º 0.56% 0.68% -
HSV(B) 233.33º 0.41% 0.86% -
XYZ 31.07 28.25 70.83 -
YUV 145.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 129 139 219 0.41 0.37 0 0.14 233.33 0.56 0.68
Hex 81 8B DB 29 25 0 E E9 38 44
Octal 201 213 333 51 45 0 16 351 70 104
Binary 10000001 10001011 11011011 101001 100101 0 1110 11101001 111000 1000100

Color Harmonies of #818BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BDB

Black with #818BDB

Text Example


Text Example

White with #818BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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