Html Css Color HEX #888DF6 Portage

📋 copy color: '#888DF6'

red 136 ◦ green 141 ◦ blue 246

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

Shades of Portage #888DF6

Tints of Portage #888DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 26%
G = 26.96%
B = 47.04%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#888DF6 (or 0x888DF6) is known color: Portage. HEX triplet: 88, 8D and F6. RGB value is (136,141,246). Sum of RGB (Red+Green+Blue) = 136+141+246=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #888DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DF6 is #777209. Grayscale: #979797. Windows color (decimal): -7827978 or 16158088. OLE color: 16158088.

HSL color Cylindrical-coordinate representation of color #888DF6: hue angle of 237.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #888DF6 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 141 246 -
CMYK 0.45 0.43 0 0.04
HSL 237.27º 0.86% 0.75% -
HSV(B) 237.27º 0.45% 0.96% -
XYZ 36.31 30.94 91.25 -
YUV 151.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 136 141 246 0.45 0.43 0 0.04 237.27 0.86 0.75
Hex 88 8D F6 2D 2B 0 4 ED 56 4B
Octal 210 215 366 55 53 0 4 355 126 113
Binary 10001000 10001101 11110110 101101 101011 0 100 11101101 1010110 1001011

Color Harmonies of #888DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DF6

Black with #888DF6

Text Example


Text Example

White with #888DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,141,246); }

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

background-color css

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

 a { background-color: rgb(136,141,246); }

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

border-color css

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

 span { border-color: rgb(136,141,246); }

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