Html Css Color HEX #8B9EDB Portage

📋 copy color: '#8B9EDB'

red 139 ◦ green 158 ◦ blue 219

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

Shades of Portage #8B9EDB

Tints of Portage #8B9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 26.94%
G = 30.62%
B = 42.44%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B9EDB (or 0x8B9EDB) is known color: Portage. HEX triplet: 8B, 9E and DB. RGB value is (139,158,219). Sum of RGB (Red+Green+Blue) = 139+158+219=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EDB is #746124. Grayscale: #9F9F9F. Windows color (decimal): -7627045 or 14392971. OLE color: 14392971.

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

Color convert

RGB 139 158 219 -
CMYK 0.37 0.28 0 0.14
HSL 225.75º 0.53% 0.7% -
HSV(B) 225.75º 0.37% 0.86% -
XYZ 35.66 35.06 71.91 -
YUV 159.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 139 158 219 0.37 0.28 0 0.14 225.75 0.53 0.7
Hex 8B 9E DB 25 1C 0 E E2 35 46
Octal 213 236 333 45 34 0 16 342 65 106
Binary 10001011 10011110 11011011 100101 11100 0 1110 11100010 110101 1000110

Color Harmonies of #8B9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9EDB

Black with #8B9EDB

Text Example


Text Example

White with #8B9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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