Html Css Color HEX #8B88D7 Portage

📋 copy color: '#8B88D7'

red 139 ◦ green 136 ◦ blue 215

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

Shades of Portage #8B88D7

Tints of Portage #8B88D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 28.37%
G = 27.76%
B = 43.88%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8B88D7 (or 0x8B88D7) is known color: Portage. HEX triplet: 8B, 88 and D7. RGB value is (139,136,215). Sum of RGB (Red+Green+Blue) = 139+136+215=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B88D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88D7 is #747728. Grayscale: #919191. Windows color (decimal): -7632681 or 14125195. OLE color: 14125195.

HSL color Cylindrical-coordinate representation of color #8B88D7: hue angle of 242.28º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B88D7 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 136 215 -
CMYK 0.35 0.37 0 0.16
HSL 242.28º 0.5% 0.69% -
HSV(B) 242.28º 0.37% 0.84% -
XYZ 31.72 28 68.02 -
YUV 145.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 139 136 215 0.35 0.37 0 0.16 242.28 0.5 0.69
Hex 8B 88 D7 23 25 0 10 F2 32 45
Octal 213 210 327 43 45 0 20 362 62 105
Binary 10001011 10001000 11010111 100011 100101 0 10000 11110010 110010 1000101

Color Harmonies of #8B88D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B88D7

Black with #8B88D7

Text Example


Text Example

White with #8B88D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,136,215); }

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

background-color css

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

 a { background-color: rgb(139,136,215); }

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

border-color css

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

 span { border-color: rgb(139,136,215); }

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