Html Css Color HEX #8B9BDE Portage

📋 copy color: '#8B9BDE'

red 139 ◦ green 155 ◦ blue 222

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

Shades of Portage #8B9BDE

Tints of Portage #8B9BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 26.94%
G = 30.04%
B = 43.02%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B9BDE (or 0x8B9BDE) is known color: Portage. HEX triplet: 8B, 9B and DE. RGB value is (139,155,222). Sum of RGB (Red+Green+Blue) = 139+155+222=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BDE is #746421. Grayscale: #9D9D9D. Windows color (decimal): -7627810 or 14588811. OLE color: 14588811.

HSL color Cylindrical-coordinate representation of color #8B9BDE: hue angle of 228.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9BDE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 155 222 -
CMYK 0.37 0.30 0 0.13
HSL 228.43º 0.56% 0.71% -
HSV(B) 228.43º 0.37% 0.87% -
XYZ 35.55 34.21 73.84 -
YUV 157.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 139 155 222 0.37 0.30 0 0.13 228.43 0.56 0.71
Hex 8B 9B DE 25 1E 0 D E4 38 47
Octal 213 233 336 45 36 0 15 344 70 107
Binary 10001011 10011011 11011110 100101 11110 0 1101 11100100 111000 1000111

Color Harmonies of #8B9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9BDE

Black with #8B9BDE

Text Example


Text Example

White with #8B9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,155,222); }

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

background-color css

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

 a { background-color: rgb(139,155,222); }

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

border-color css

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

 span { border-color: rgb(139,155,222); }

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