Html Css Color HEX #888FF6 Portage

📋 copy color: '#888FF6'

red 136 ◦ green 143 ◦ blue 246

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

Shades of Portage #888FF6

Tints of Portage #888FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

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

R = 25.9%
G = 27.24%
B = 46.86%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#888FF6 (or 0x888FF6) is known color: Portage. HEX triplet: 88, 8F and F6. RGB value is (136,143,246). Sum of RGB (Red+Green+Blue) = 136+143+246=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #888FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FF6 is #777009. Grayscale: #989898. Windows color (decimal): -7827466 or 16158600. OLE color: 16158600.

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

Color convert

RGB 136 143 246 -
CMYK 0.45 0.42 0 0.04
HSL 236.18º 0.86% 0.75% -
HSV(B) 236.18º 0.45% 0.96% -
XYZ 36.61 31.53 91.35 -
YUV 152.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 136 143 246 0.45 0.42 0 0.04 236.18 0.86 0.75
Hex 88 8F F6 2D 2A 0 4 EC 56 4B
Octal 210 217 366 55 52 0 4 354 126 113
Binary 10001000 10001111 11110110 101101 101010 0 100 11101100 1010110 1001011

Color Harmonies of #888FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FF6

Black with #888FF6

Text Example


Text Example

White with #888FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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