Html Css Color HEX #8B8DDB Portage

📋 copy color: '#8B8DDB'

red 139 ◦ green 141 ◦ blue 219

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

Shades of Portage #8B8DDB

Tints of Portage #8B8DDB

RGB

 RED value IS 139 (54.69% from 255) = 27.86%

 GREEN value IS 141 (55.47% from 255) = 28.26%

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

R = 27.86%
G = 28.26%
B = 43.89%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B8DDB (or 0x8B8DDB) is known color: Portage. HEX triplet: 8B, 8D and DB. RGB value is (139,141,219). Sum of RGB (Red+Green+Blue) = 139+141+219=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DDB is #747224. Grayscale: #949494. Windows color (decimal): -7631397 or 14388619. OLE color: 14388619.

HSL color Cylindrical-coordinate representation of color #8B8DDB: hue angle of 238.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B8DDB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 141 219 -
CMYK 0.37 0.36 0 0.14
HSL 238.5º 0.53% 0.7% -
HSV(B) 238.5º 0.37% 0.86% -
XYZ 32.96 29.65 71 -
YUV 149.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 139 141 219 0.37 0.36 0 0.14 238.5 0.53 0.7
Hex 8B 8D DB 25 24 0 E EE 35 46
Octal 213 215 333 45 44 0 16 356 65 106
Binary 10001011 10001101 11011011 100101 100100 0 1110 11101110 110101 1000110

Color Harmonies of #8B8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8DDB

Black with #8B8DDB

Text Example


Text Example

White with #8B8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8DDB; }

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

 H1.HeaderClassName
 {
   color: #8B8DDB;
 }
 .AnyTagClassName
 {
   color: #8B8DDB;
 }
</style>

background-color css

<style>
 a { background-color: #8B8DDB; }

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

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

border-color css

<style>
 span { border-color: #8B8DDB; }

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

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