Html Css Color HEX #8B9ADB Portage

📋 copy color: '#8B9ADB'

red 139 ◦ green 154 ◦ blue 219

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

Shades of Portage #8B9ADB

Tints of Portage #8B9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 27.15%
G = 30.08%
B = 42.77%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B9ADB (or 0x8B9ADB) is known color: Portage. HEX triplet: 8B, 9A and DB. RGB value is (139,154,219). Sum of RGB (Red+Green+Blue) = 139+154+219=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ADB is #746524. Grayscale: #9C9C9C. Windows color (decimal): -7628069 or 14391947. OLE color: 14391947.

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

Color convert

RGB 139 154 219 -
CMYK 0.37 0.30 0 0.14
HSL 228.75º 0.53% 0.7% -
HSV(B) 228.75º 0.37% 0.86% -
XYZ 34.99 33.71 71.68 -
YUV 156.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 139 154 219 0.37 0.30 0 0.14 228.75 0.53 0.7
Hex 8B 9A DB 25 1E 0 E E5 35 46
Octal 213 232 333 45 36 0 16 345 65 106
Binary 10001011 10011010 11011011 100101 11110 0 1110 11100101 110101 1000110

Color Harmonies of #8B9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9ADB

Black with #8B9ADB

Text Example


Text Example

White with #8B9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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