Html Css Color HEX #888BEA Portage

📋 copy color: '#888BEA'

red 136 ◦ green 139 ◦ blue 234

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

Shades of Portage #888BEA

Tints of Portage #888BEA

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#888BEA (or 0x888BEA) is known color: Portage. HEX triplet: 88, 8B and EA. RGB value is (136,139,234). Sum of RGB (Red+Green+Blue) = 136+139+234=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 139 (54.69% from 255 or 27.31% 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 #888BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BEA is #777415. Grayscale: #949494. Windows color (decimal): -7828502 or 15371144. OLE color: 15371144.

HSL color Cylindrical-coordinate representation of color #888BEA: hue angle of 238.16º 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 #888BEA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 139 234 -
CMYK 0.42 0.41 0 0.08
HSL 238.16º 0.7% 0.73% -
HSV(B) 238.16º 0.42% 0.92% -
XYZ 34.24 29.64 81.76 -
YUV 148.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 136 139 234 0.42 0.41 0 0.08 238.16 0.7 0.73
Hex 88 8B EA 2A 29 0 8 EE 46 49
Octal 210 213 352 52 51 0 10 356 106 111
Binary 10001000 10001011 11101010 101010 101001 0 1000 11101110 1000110 1001001

Color Harmonies of #888BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BEA

Black with #888BEA

Text Example


Text Example

White with #888BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888BEA; }

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

 H1.HeaderClassName
 {
   color: #888BEA;
 }
 .AnyTagClassName
 {
   color: #888BEA;
 }
</style>

background-color css

<style>
 a { background-color: #888BEA; }

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

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

border-color css

<style>
 span { border-color: #888BEA; }

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

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