Html Css Color HEX #8B89DD Portage

📋 copy color: '#8B89DD'

red 139 ◦ green 137 ◦ blue 221

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

Shades of Portage #8B89DD

Tints of Portage #8B89DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.57%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 27.97%
G = 27.57%
B = 44.47%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B89DD (or 0x8B89DD) is known color: Portage. HEX triplet: 8B, 89 and DD. RGB value is (139,137,221). Sum of RGB (Red+Green+Blue) = 139+137+221=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89DD is #747622. Grayscale: #929292. Windows color (decimal): -7632419 or 14518667. OLE color: 14518667.

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

Color convert

RGB 139 137 221 -
CMYK 0.37 0.38 0 0.13
HSL 241.43º 0.55% 0.7% -
HSV(B) 241.43º 0.38% 0.87% -
XYZ 32.64 28.6 72.21 -
YUV 147.17 169.66 122.17 -
System Red Green Blue C M Y K H S L
Decimal 139 137 221 0.37 0.38 0 0.13 241.43 0.55 0.7
Hex 8B 89 DD 25 26 0 D F1 37 46
Octal 213 211 335 45 46 0 15 361 67 106
Binary 10001011 10001001 11011101 100101 100110 0 1101 11110001 110111 1000110

Color Harmonies of #8B89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B89DD

Black with #8B89DD

Text Example


Text Example

White with #8B89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,137,221); }

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

background-color css

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

 a { background-color: rgb(139,137,221); }

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

border-color css

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

 span { border-color: rgb(139,137,221); }

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