Html Css Color HEX #8B9FDB Portage

📋 copy color: '#8B9FDB'

red 139 ◦ green 159 ◦ blue 219

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

Shades of Portage #8B9FDB

Tints of Portage #8B9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 26.89%
G = 30.75%
B = 42.36%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B9FDB (or 0x8B9FDB) is known color: Portage. HEX triplet: 8B, 9F and DB. RGB value is (139,159,219). Sum of RGB (Red+Green+Blue) = 139+159+219=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FDB is #746024. Grayscale: #9F9F9F. Windows color (decimal): -7626789 or 14393227. OLE color: 14393227.

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

Color convert

RGB 139 159 219 -
CMYK 0.37 0.27 0 0.14
HSL 225º 0.53% 0.7% -
HSV(B) 225º 0.37% 0.86% -
XYZ 35.83 35.4 71.96 -
YUV 159.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 139 159 219 0.37 0.27 0 0.14 225 0.53 0.7
Hex 8B 9F DB 25 1B 0 E E1 35 46
Octal 213 237 333 45 33 0 16 341 65 106
Binary 10001011 10011111 11011011 100101 11011 0 1110 11100001 110101 1000110

Color Harmonies of #8B9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9FDB

Black with #8B9FDB

Text Example


Text Example

White with #8B9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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