Html Css Color HEX #8B88EA Portage

📋 copy color: '#8B88EA'

red 139 ◦ green 136 ◦ blue 234

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

Shades of Portage #8B88EA

Tints of Portage #8B88EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 27.31%
G = 26.72%
B = 45.97%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B88EA (or 0x8B88EA) is known color: Portage. HEX triplet: 8B, 88 and EA. RGB value is (139,136,234). Sum of RGB (Red+Green+Blue) = 139+136+234=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B88EA is #747715. Grayscale: #939393. Windows color (decimal): -7632662 or 15370379. OLE color: 15370379.

HSL color Cylindrical-coordinate representation of color #8B88EA: hue angle of 241.84º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B88EA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 136 234 -
CMYK 0.41 0.42 0 0.08
HSL 241.84º 0.7% 0.73% -
HSV(B) 241.84º 0.42% 0.92% -
XYZ 34.3 29.04 81.64 -
YUV 148.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 139 136 234 0.41 0.42 0 0.08 241.84 0.7 0.73
Hex 8B 88 EA 29 2A 0 8 F2 46 49
Octal 213 210 352 51 52 0 10 362 106 111
Binary 10001011 10001000 11101010 101001 101010 0 1000 11110010 1000110 1001001

Color Harmonies of #8B88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B88EA

Black with #8B88EA

Text Example


Text Example

White with #8B88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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