Html Css Color HEX #8B9CDB Portage

📋 copy color: '#8B9CDB'

red 139 ◦ green 156 ◦ blue 219

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

Shades of Portage #8B9CDB

Tints of Portage #8B9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

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

R = 27.04%
G = 30.35%
B = 42.61%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B9CDB (or 0x8B9CDB) is known color: Portage. HEX triplet: 8B, 9C and DB. RGB value is (139,156,219). Sum of RGB (Red+Green+Blue) = 139+156+219=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDB is #746324. Grayscale: #9D9D9D. Windows color (decimal): -7627557 or 14392459. OLE color: 14392459.

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

Color convert

RGB 139 156 219 -
CMYK 0.37 0.29 0 0.14
HSL 227.25º 0.53% 0.7% -
HSV(B) 227.25º 0.37% 0.86% -
XYZ 35.32 34.38 71.79 -
YUV 158.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 139 156 219 0.37 0.29 0 0.14 227.25 0.53 0.7
Hex 8B 9C DB 25 1D 0 E E3 35 46
Octal 213 234 333 45 35 0 16 343 65 106
Binary 10001011 10011100 11011011 100101 11101 0 1110 11100011 110101 1000110

Color Harmonies of #8B9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9CDB

Black with #8B9CDB

Text Example


Text Example

White with #8B9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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