Html Css Color HEX #8B8FDB Portage

📋 copy color: '#8B8FDB'

red 139 ◦ green 143 ◦ blue 219

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

Shades of Portage #8B8FDB

Tints of Portage #8B8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

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

R = 27.74%
G = 28.54%
B = 43.71%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B8FDB (or 0x8B8FDB) is known color: Portage. HEX triplet: 8B, 8F and DB. RGB value is (139,143,219). Sum of RGB (Red+Green+Blue) = 139+143+219=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FDB is #747024. Grayscale: #969696. Windows color (decimal): -7630885 or 14389131. OLE color: 14389131.

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

Color convert

RGB 139 143 219 -
CMYK 0.37 0.35 0 0.14
HSL 237º 0.53% 0.7% -
HSV(B) 237º 0.37% 0.86% -
XYZ 33.26 30.25 71.1 -
YUV 150.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 139 143 219 0.37 0.35 0 0.14 237 0.53 0.7
Hex 8B 8F DB 25 23 0 E ED 35 46
Octal 213 217 333 45 43 0 16 355 65 106
Binary 10001011 10001111 11011011 100101 100011 0 1110 11101101 110101 1000110

Color Harmonies of #8B8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8FDB

Black with #8B8FDB

Text Example


Text Example

White with #8B8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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