Html Css Color HEX #888AE5 Portage

📋 copy color: '#888AE5'

red 136 ◦ green 138 ◦ blue 229

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

Shades of Portage #888AE5

Tints of Portage #888AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 27.04%
G = 27.44%
B = 45.53%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#888AE5 (or 0x888AE5) is known color: Portage. HEX triplet: 88, 8A and E5. RGB value is (136,138,229). Sum of RGB (Red+Green+Blue) = 136+138+229=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #888AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AE5 is #77751A. Grayscale: #939393. Windows color (decimal): -7828763 or 15043208. OLE color: 15043208.

HSL color Cylindrical-coordinate representation of color #888AE5: hue angle of 238.71º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888AE5 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 138 229 -
CMYK 0.41 0.40 0 0.10
HSL 238.71º 0.64% 0.72% -
HSV(B) 238.71º 0.41% 0.9% -
XYZ 33.38 29.07 77.98 -
YUV 147.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 136 138 229 0.41 0.40 0 0.10 238.71 0.64 0.72
Hex 88 8A E5 29 28 0 A EF 40 48
Octal 210 212 345 51 50 0 12 357 100 110
Binary 10001000 10001010 11100101 101001 101000 0 1010 11101111 1000000 1001000

Color Harmonies of #888AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AE5

Black with #888AE5

Text Example


Text Example

White with #888AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,138,229); }

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

background-color css

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

 a { background-color: rgb(136,138,229); }

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

border-color css

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

 span { border-color: rgb(136,138,229); }

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